Skip to content

Commit 68c3351

Browse files
committed
Remove unneeded extern crate core
We have edition 2018 now, we no longer need to explicitly use `extern crate core`.
1 parent ae9f18a commit 68c3351

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
@@ -60,9 +60,6 @@ assert_eq!(variant, Variant::Bech32);
6060
#[cfg(all(not(feature = "std"), not(test)))]
6161
extern crate alloc;
6262

63-
#[cfg(any(test, feature = "std"))]
64-
extern crate core;
65-
6663
#[cfg(all(not(feature = "std"), not(test)))]
6764
use alloc::{string::String, vec::Vec};
6865

0 commit comments

Comments
 (0)