Skip to content

Commit d7b6502

Browse files
committed
Move rt::io traits into the prelude
These traits belong here, and were simply waiting for the std::io traits to get removed. It's time they take their rightful positions!
1 parent 702767d commit d7b6502

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/prelude.rs

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ pub use num::{Orderable, Signed, Unsigned, Round};
6767
pub use num::{Primitive, Int, Float, ToStrRadix, ToPrimitive, FromPrimitive};
6868
pub use path::{GenericPath, Path, PosixPath, WindowsPath};
6969
pub use ptr::RawPtr;
70+
pub use rt::io::{Writer, Reader, Seek};
7071
pub use send_str::{SendStr, SendStrOwned, SendStrStatic, IntoSendStr};
7172
pub use str::{Str, StrVector, StrSlice, OwnedStr};
7273
pub use to_bytes::IterBytes;

0 commit comments

Comments
 (0)