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:
parent
ad5bfd600d
commit
66e1e51701
34 changed files with 81 additions and 80 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue