diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-06-16 12:20:12 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-06-16 12:20:12 +1000 |
| commit | bbcff95ac51f5533866d307a85eedb062a1a05da (patch) | |
| tree | 347c5022634791066acc15e058710fd8e2bd9773 /src/libextra/std.rc | |
| parent | 30973ccb9041a5035cdb24b382a0d5634ccc9e2e (diff) | |
| download | rust-bbcff95ac51f5533866d307a85eedb062a1a05da.tar.gz rust-bbcff95ac51f5533866d307a85eedb062a1a05da.zip | |
remove unused imports
Diffstat (limited to 'src/libextra/std.rc')
| -rw-r--r-- | src/libextra/std.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libextra/std.rc b/src/libextra/std.rc index 83c0bb516b4..93759bea35f 100644 --- a/src/libextra/std.rc +++ b/src/libextra/std.rc @@ -37,6 +37,7 @@ not required in or otherwise suitable for the core library. extern mod core(name = "std", vers = "0.7-pre"); +#[cfg(stage0)] use core::{str, unstable}; use core::str::{StrSlice, OwnedStr}; |
