remove unused import that was causing warning

This commit is contained in:
Andrew Poelstra 2018-08-22 16:39:54 +00:00
parent aa050325da
commit c773dfbc8d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#[cfg(any(test, feature = "rand"))] use rand::Rng;
use std::{fmt, mem};
use std::fmt;
use super::{Secp256k1};
use super::Error::{self, InvalidPublicKey, InvalidSecretKey};