Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aad7cb8

Browse files
committedJul 12, 2015
Rollup merge of #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

-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)
Please sign in to comment.