Skip to content

Commit a458d46

Browse files
committed
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
1 parent 1b28ffa commit a458d46

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libstd/io/prelude.rs

-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
//! # #![allow(unused_imports)]
1818
//! use std::io::prelude::*;
1919
//! ```
20-
//!
21-
//! This module contains reexports of many core I/O traits such as `Read`,
22-
//! `Write` and `BufRead`. Structures and functions are not
23-
//! contained in this module.
2420
2521
#![stable(feature = "rust1", since = "1.0.0")]
2622

0 commit comments

Comments
 (0)