Remove all unstable deprecated functionality
This commit removes all unstable and deprecated functions in the standard library. A release was recently cut (1.3) which makes this a good time for some spring cleaning of the deprecated functions.
This commit is contained in:
parent
d07d465cf6
commit
8d90d3f368
125 changed files with 1681 additions and 15526 deletions
|
@ -255,7 +255,7 @@ use string::String;
|
|||
use str;
|
||||
use vec::Vec;
|
||||
|
||||
pub use self::buffered::{BufReader, BufWriter, BufStream, LineWriter};
|
||||
pub use self::buffered::{BufReader, BufWriter, LineWriter};
|
||||
pub use self::buffered::IntoInnerError;
|
||||
pub use self::cursor::Cursor;
|
||||
pub use self::error::{Result, Error, ErrorKind};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue