diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-07-12 18:35:55 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-07-12 18:35:55 +0530 |
| commit | aad7cb8339964a70fa2d52ce4ab1378f0835a7ef (patch) | |
| tree | f7ca8710e261e399d3112c2413ae488abdc97f70 /src/libstd | |
| parent | afe16ae7ff0b88ee2f367d8233d1f8e09d6918a2 (diff) | |
| parent | a458d46ea5da198d0d0db2d94064926860accd41 (diff) | |
| download | rust-aad7cb8339964a70fa2d52ce4ab1378f0835a7ef.tar.gz rust-aad7cb8339964a70fa2d52ce4ab1378f0835a7ef.zip | |
Rollup merge of #26979 - tshepang:trim, r=Gankro
- It is clear that what follows are re-exports - There aren't so many re-exports that examples should be given
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/io/prelude.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstd/io/prelude.rs b/src/libstd/io/prelude.rs index 880770eb414..db5c1da8a42 100644 --- a/src/libstd/io/prelude.rs +++ b/src/libstd/io/prelude.rs @@ -17,10 +17,6 @@ //! # #![allow(unused_imports)] //! use std::io::prelude::*; //! ``` -//! -//! This module contains reexports of many core I/O traits such as `Read`, -//! `Write` and `BufRead`. Structures and functions are not -//! contained in this module. #![stable(feature = "rust1", since = "1.0.0")] |
