about summary refs log tree commit diff
diff options
context:
space:
mode:
-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")]