Skip to content

Commit 7496815

Browse files
committed
Remove extern crate core statement
Now that we have an MSRV of 1.41.1 we no longer need `extern crate core`, remove it.
1 parent 8e7e59a commit 7496815

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ extern crate alloc;
6262
#[cfg(feature = "no-std")]
6363
extern crate core2;
6464

65-
#[cfg(any(feature = "std", test))]
66-
extern crate core; // for Rust 1.29 and no-std tests
67-
6865
// Re-exported dependencies.
6966
#[macro_use] pub extern crate bitcoin_hashes as hashes;
7067
pub extern crate secp256k1;

0 commit comments

Comments
 (0)