diff options
| author | James Miller <james@aatch.net> | 2013-06-20 17:15:50 +1200 |
|---|---|---|
| committer | James Miller <bladeon@gmail.com> | 2013-06-21 02:43:02 +1200 |
| commit | 3bc4d1a1206ad5f4bb31475e17fc18ecf855ed8e (patch) | |
| tree | 3cec5e46a4f4a7b7b689f75b56e18ebc3f966bb4 /src/libextra/std.rc | |
| parent | 6759ce4fd2083595193c93c3fd72383d24a73a5e (diff) | |
| download | rust-3bc4d1a1206ad5f4bb31475e17fc18ecf855ed8e.tar.gz rust-3bc4d1a1206ad5f4bb31475e17fc18ecf855ed8e.zip | |
Remove all #[cfg(stage0)]-protected code
New snapshot means this can all go. Also removes places that have comments that say they are workarounds for stage0 errors.
Diffstat (limited to 'src/libextra/std.rc')
| -rw-r--r-- | src/libextra/std.rc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libextra/std.rc b/src/libextra/std.rc index 96c53266c6f..d4c85ef5136 100644 --- a/src/libextra/std.rc +++ b/src/libextra/std.rc @@ -32,16 +32,10 @@ Rust extras are part of the standard Rust distribution. #[deny(non_camel_case_types)]; #[deny(missing_doc)]; -// NOTE: remove these two attributes after the next snapshot -#[no_core]; // for stage0 -#[allow(unrecognized_lint)]; // otherwise stage0 is seriously ugly - #[no_std]; extern mod core(name = "std", vers = "0.7-pre"); -#[cfg(stage0)] -use core::{str, unstable}; use core::str::{StrSlice, OwnedStr}; pub use core::os; |
