diff options
| author | bors <bors@rust-lang.org> | 2013-09-18 11:46:37 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-09-18 11:46:37 -0700 |
| commit | d2b0b11aebfe3167bf41f7c6c31cf7b1e396efe7 (patch) | |
| tree | 3d430bf1ac33065e8c56760043ed5deae241d462 /src/libstd/std.rs | |
| parent | b43ee6cd2eab723e4d3fd4f851c2929087e430b3 (diff) | |
| parent | 817576ee7001244da68a4ee315ebdc1163d4e648 (diff) | |
| download | rust-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.rs | 6 |
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; |
