1
Fork 0

Remove re-exports from libcore/core.rc

Also fix up all the fallout elsewhere throughout core. It's really nice being
able to have the prelude.
This commit is contained in:
Alex Crichton 2013-05-12 20:34:15 -04:00
parent ad5bfd600d
commit 66e1e51701
34 changed files with 81 additions and 80 deletions

View file

@ -17,6 +17,7 @@ The `ToBytes` and `IterBytes` traits
use io;
use io::Writer;
use option::{None, Option, Some};
use old_iter::BaseIter;
use str;
pub type Cb<'self> = &'self fn(buf: &[u8]) -> bool;