diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-05-04 14:25:41 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-05-04 15:43:51 -0700 |
| commit | 8081e8debf63726865e869aaacbd040755285a51 (patch) | |
| tree | 9154d7c17af39c1e817bf27652d6a9d45b4009b5 /src/libstd/std.rc | |
| parent | b872900a5b4adb53b7d74d45a3138083b22940d6 (diff) | |
| download | rust-8081e8debf63726865e869aaacbd040755285a51.tar.gz rust-8081e8debf63726865e869aaacbd040755285a51.zip | |
Register snapshots
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index ea099090eba..4f9de29e726 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -71,7 +71,6 @@ pub mod rope; pub mod smallintmap; pub mod sort; pub mod dlist; -#[cfg(not(stage0))] pub mod treemap; // And ... other stuff @@ -91,13 +90,10 @@ pub mod cmp; pub mod base64; pub mod rl; pub mod workcache; -#[cfg(not(stage0))] #[path="num/bigint.rs"] pub mod bigint; -#[cfg(not(stage0))] #[path="num/rational.rs"] pub mod rational; -#[cfg(not(stage0))] #[path="num/complex.rs"] pub mod complex; pub mod stats; |
