about summary refs log tree commit diff
path: root/src/liblibc/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-01-07 10:27:52 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-01-07 10:27:52 -0800
commitb53e9f17d336bc3550ab2c5eda503bd9e719e94f (patch)
tree7faddc7360154edef97d224981749d955756d4af /src/liblibc/lib.rs
parent2a8cb678e61e91c160d80794b5fdd723d0d4211c (diff)
downloadrust-b53e9f17d336bc3550ab2c5eda503bd9e719e94f.tar.gz
rust-b53e9f17d336bc3550ab2c5eda503bd9e719e94f.zip
Register new snapshots
Diffstat (limited to 'src/liblibc/lib.rs')
-rw-r--r--src/liblibc/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/liblibc/lib.rs b/src/liblibc/lib.rs
index 347a958076d..dff27f800c7 100644
--- a/src/liblibc/lib.rs
+++ b/src/liblibc/lib.rs
@@ -5065,7 +5065,5 @@ pub fn issue_14344_workaround() {} // FIXME #14344 force linkage to happen corre
 #[doc(hidden)]
 #[cfg(not(test))]
 mod std {
-    #[cfg(stage0)]
-    pub use core::marker as kinds;
     pub use core::marker;
 }