remove unused import that was causing warning
This commit is contained in:
parent
aa050325da
commit
c773dfbc8d
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
#[cfg(any(test, feature = "rand"))] use rand::Rng;
|
#[cfg(any(test, feature = "rand"))] use rand::Rng;
|
||||||
|
|
||||||
use std::{fmt, mem};
|
use std::fmt;
|
||||||
|
|
||||||
use super::{Secp256k1};
|
use super::{Secp256k1};
|
||||||
use super::Error::{self, InvalidPublicKey, InvalidSecretKey};
|
use super::Error::{self, InvalidPublicKey, InvalidSecretKey};
|
||||||
|
|
Loading…
Reference in New Issue