Skip to content
Snippets Groups Projects
Commit 400372d7 authored by bors's avatar bors
Browse files

Auto merge of #1270 - gnzlbg:no_extern_std, r=gnzlbg

Do not import the std library with use_std
parents 8c571e0c 61aeeda9
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
#![no_std] #![no_std]
#![cfg_attr(feature = "rustc-dep-of-std", no_core)] #![cfg_attr(feature = "rustc-dep-of-std", no_core)]
#[cfg(feature = "use_std")]
extern crate std;
#[macro_use] #[macro_use]
mod macros; mod macros;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment