about summary refs log tree commit diff
path: root/src/liblibc
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-03-27 22:37:12 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-03-27 22:37:12 +0530
commit82b375b44d408e7ddd1e3b2c1e64b0bf0c4376d1 (patch)
tree21a5333e58e0434e9310251d1bdbc9429ecfa7bf /src/liblibc
parent242ed0b7c0f6a21096f2cc3e1ad1bdb176d02545 (diff)
parent36ef29abf7fa14dc9361d6b30ff7f8d18bfb4157 (diff)
downloadrust-82b375b44d408e7ddd1e3b2c1e64b0bf0c4376d1.tar.gz
rust-82b375b44d408e7ddd1e3b2c1e64b0bf0c4376d1.zip
Rollup merge of #23738 - alexcrichton:snapshots, r=cmr
Diffstat (limited to 'src/liblibc')
-rw-r--r--src/liblibc/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblibc/lib.rs b/src/liblibc/lib.rs
index 89843979cd0..7174b2d2c29 100644
--- a/src/liblibc/lib.rs
+++ b/src/liblibc/lib.rs
@@ -76,7 +76,7 @@
 
 #![allow(bad_style, raw_pointer_derive)]
 #![cfg_attr(target_os = "nacl", allow(unused_imports))]
-#[cfg(feature = "cargo-build")] extern crate "std" as core;
+#[cfg(feature = "cargo-build")] extern crate std as core;
 #[cfg(not(feature = "cargo-build"))] extern crate core;
 
 #[cfg(test)] extern crate std;