Skip to content

Commit

Permalink
Remove unused import and redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
annenkov committed Nov 27, 2023
1 parent 5b128fe commit 91306b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
use criterion::*;
use pprof::criterion::{Output, PProfProfiler};
use rand::Rng;
// use rand::*;
use rand_core::*;
use std::time::Duration;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use curve25519_dalek::{
traits::{Identity, VartimeMultiscalarMul, VartimePrecomputedMultiscalarMul},
};

use super::{Curve, Field, GenericMultiExp, MultiExp, PrimeField};
use super::{Curve, Field, MultiExp, PrimeField};

/// A wrapper to make it possible to implement external traits
/// and to avoid clashes with blacket implementations.
Expand Down

0 comments on commit 91306b5

Please sign in to comment.