diff --git a/src/lib.rs b/src/lib.rs index 12262aa..51fd3a2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -62,9 +62,6 @@ extern crate alloc; #[cfg(feature = "no-std")] extern crate core2; -#[cfg(any(feature = "std", test))] -extern crate core; // for Rust 1.29 and no-std tests - // Re-exported dependencies. #[macro_use] pub extern crate bitcoin_hashes as hashes; pub extern crate secp256k1;