Skip to content

Commit

Permalink
doc: remove redundant info
Browse files Browse the repository at this point in the history
- It is clear that what follows are re-exports
- There aren't so many re-exports that examples should be given
  • Loading branch information
tshepang committed Jul 11, 2015
1 parent 1b28ffa commit a458d46
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libstd/io/prelude.rs
Expand Up @@ -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")]

Expand Down

0 comments on commit a458d46

Please sign in to comment.