about summary refs log tree commit diff
path: root/src/libstd/io
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2015-07-12 00:51:07 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2015-07-12 00:51:07 +0200
commita458d46ea5da198d0d0db2d94064926860accd41 (patch)
tree5c737d3d0670d2300390f12874e19f454ebe36f2 /src/libstd/io
parent1b28ffa5216c845d1cef6b0cb3e5ac7db12025d0 (diff)
downloadrust-a458d46ea5da198d0d0db2d94064926860accd41.tar.gz
rust-a458d46ea5da198d0d0db2d94064926860accd41.zip
doc: remove redundant info
- 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/io')
-rw-r--r--src/libstd/io/prelude.rs4
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")]