diff options
| author | bors <bors@rust-lang.org> | 2015-05-27 08:47:53 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-05-27 08:47:53 +0000 |
| commit | eb16ad6e71172eabb71acb73758675f25df91649 (patch) | |
| tree | d851353c5d9c88e9d736f81b65758dd8607be1f8 /src/liballoc/lib.rs | |
| parent | a2cf2c66e0999b2028d99900d797b971dc1c531b (diff) | |
| parent | 377b0900aede976b2d37a499bbd7b62c2e39b358 (diff) | |
| download | rust-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.rs | 7 |
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 |
