about summary refs log tree commit diff
path: root/src/libstd/std.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-09-18 11:46:37 -0700
committerbors <bors@rust-lang.org>2013-09-18 11:46:37 -0700
commitd2b0b11aebfe3167bf41f7c6c31cf7b1e396efe7 (patch)
tree3d430bf1ac33065e8c56760043ed5deae241d462 /src/libstd/std.rs
parentb43ee6cd2eab723e4d3fd4f851c2929087e430b3 (diff)
parent817576ee7001244da68a4ee315ebdc1163d4e648 (diff)
downloadrust-d2b0b11aebfe3167bf41f7c6c31cf7b1e396efe7.tar.gz
rust-d2b0b11aebfe3167bf41f7c6c31cf7b1e396efe7.zip
auto merge of #9296 : alexcrichton/rust/snapshots, r=cmr
huzzah!
Diffstat (limited to 'src/libstd/std.rs')
-rw-r--r--src/libstd/std.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libstd/std.rs b/src/libstd/std.rs
index 05433c47059..e9d5dd416ad 100644
--- a/src/libstd/std.rs
+++ b/src/libstd/std.rs
@@ -179,14 +179,8 @@ pub mod run;
 pub mod sys;
 pub mod cast;
 pub mod fmt;
-#[cfg(stage0)] #[path = "repr_stage0.rs"]
-pub mod repr;
-#[cfg(not(stage0))]
 pub mod repr;
 pub mod cleanup;
-#[cfg(stage0)] #[path = "reflect_stage0.rs"]
-pub mod reflect;
-#[cfg(not(stage0))]
 pub mod reflect;
 pub mod condition;
 pub mod logging;