Skip to content

Commit 400372d

Browse files
committed
Auto merge of #1270 - gnzlbg:no_extern_std, r=gnzlbg
Do not import the std library with use_std
2 parents 8c571e0 + 61aeeda commit 400372d

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
@@ -23,9 +23,6 @@
2323
#![no_std]
2424
#![cfg_attr(feature = "rustc-dep-of-std", no_core)]
2525

26-
#[cfg(feature = "use_std")]
27-
extern crate std;
28-
2926
#[macro_use]
3027
mod macros;
3128

0 commit comments

Comments
 (0)