about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-05-27 08:47:53 +0000
committerbors <bors@rust-lang.org>2015-05-27 08:47:53 +0000
commiteb16ad6e71172eabb71acb73758675f25df91649 (patch)
treed851353c5d9c88e9d736f81b65758dd8607be1f8 /src/liballoc/lib.rs
parenta2cf2c66e0999b2028d99900d797b971dc1c531b (diff)
parent377b0900aede976b2d37a499bbd7b62c2e39b358 (diff)
downloadrust-eb16ad6e71172eabb71acb73758675f25df91649.tar.gz
rust-eb16ad6e71172eabb71acb73758675f25df91649.zip
Auto merge of #25790 - eddyb:oh-snap-ctfe-arrived, r=alexcrichton
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 45dcea909f4..ac5a5d60cbd 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -112,14 +112,7 @@ pub mod boxed;
 mod boxed { pub use std::boxed::{Box, HEAP}; }
 #[cfg(test)]
 mod boxed_test;
-#[cfg(not(stage0))]
 pub mod arc;
-#[cfg(stage0)]
-mod arc_stage0;
-#[cfg(stage0)]
-pub mod arc {
-    pub use arc_stage0::*;
-}
 pub mod rc;
 
 /// Common out-of-memory routine