Skip to content

Commit 52c6a4b

Browse files
committed
Add rt::io traits to the prelude.
These were just waiting to have their std::io counterparts removed, and now that it's been done it's time these get promoted.
1 parent 560d999 commit 52c6a4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/prelude.rs

Lines changed: 1 addition & 0 deletions
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)