Skip to content

Commit

Permalink
Remove extern crate core statement
Browse files Browse the repository at this point in the history
Now that we have an MSRV of 1.41.1 we no longer need `extern crate
core`, remove it.
  • Loading branch information
tcharding committed Jul 11, 2022
1 parent 5d06177 commit 35edcaa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 35edcaa

Please sign in to comment.