about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorTyler Lanphear <animemachine13@gmail.com>2020-02-01 19:11:33 -0500
committerTyler Lanphear <animemachine13@gmail.com>2020-02-01 22:04:18 -0500
commit9fa54e594b371bda6e8a2bb570e645d5aa61820b (patch)
tree540267b904101885c6fc059f59aa26ed06184de8 /src/libstd/lib.rs
parente5b150edafc0e72cd7f5f3f67a4e8b417d515b01 (diff)
downloadrust-9fa54e594b371bda6e8a2bb570e645d5aa61820b.tar.gz
rust-9fa54e594b371bda6e8a2bb570e645d5aa61820b.zip
stdarch: update submodule.
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index bc07c6b487b..2f27bfc2255 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -335,12 +335,6 @@ extern crate libc;
 #[allow(unused_extern_crates)]
 extern crate unwind;
 
-// Only needed for now for the `std_detect` module until that crate changes to
-// use `cfg_if::cfg_if!`
-#[macro_use]
-#[cfg(not(test))]
-extern crate cfg_if;
-
 // During testing, this crate is not actually the "real" std library, but rather
 // it links to the real std library, which was compiled from this same source
 // code. So any lang items std defines are conditionally excluded (or else they