diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-03-18 09:36:18 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-18 16:32:32 -0700 |
| commit | fccf5a00056b1d72065951a4428070326df1cfb5 (patch) | |
| tree | 481e99dcf4197b0b25cd765877c1b132f768d772 /src/libstd/io | |
| parent | 94a95067e017252d4928a4292a6aeef66902e694 (diff) | |
| download | rust-fccf5a00056b1d72065951a4428070326df1cfb5.tar.gz rust-fccf5a00056b1d72065951a4428070326df1cfb5.zip | |
Register new snapshots
Diffstat (limited to 'src/libstd/io')
| -rw-r--r-- | src/libstd/io/mod.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs index d9e8047104a..8691c84a462 100644 --- a/src/libstd/io/mod.rs +++ b/src/libstd/io/mod.rs @@ -20,18 +20,10 @@ use iter::Iterator; use marker::Sized; use ops::{Drop, FnOnce}; use option::Option::{self, Some, None}; -#[cfg(stage0)] -use ptr::PtrExt; use result::Result::{Ok, Err}; use result; -#[cfg(stage0)] -use slice::{self, SliceExt}; -#[cfg(not(stage0))] use slice; use string::String; -#[cfg(stage0)] -use str::{self, StrExt}; -#[cfg(not(stage0))] use str; use vec::Vec; |
