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
This commit is contained in:
Tshepang Lekhonkhobe 2015-07-12 00:51:07 +02:00
parent 1b28ffa521
commit a458d46ea5

View File

@ -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")]