Skip to content

Commit aad7cb8

Browse files
committed
Rollup merge of rust-lang#26979 - tshepang:trim, r=Gankro
- It is clear that what follows are re-exports - There aren't so many re-exports that examples should be given
2 parents afe16ae + a458d46 commit aad7cb8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libstd/io/prelude.rs

Lines changed: 0 additions & 4 deletions
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)