impl str
This commit is contained in:
parent
b2f37554bf
commit
5b118f5ecd
17 changed files with 1168 additions and 4 deletions
|
@ -25,7 +25,10 @@ use result::Result::{Ok, Err};
|
|||
use result;
|
||||
use slice::{self, SliceExt};
|
||||
use string::String;
|
||||
#[cfg(stage0)]
|
||||
use str::{self, StrExt};
|
||||
#[cfg(not(stage0))]
|
||||
use str;
|
||||
use vec::Vec;
|
||||
|
||||
pub use self::buffered::{BufReader, BufWriter, BufStream, LineWriter};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue