We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afe16ae + a458d46 commit aad7cb8Copy full SHA for aad7cb8
src/libstd/io/prelude.rs
@@ -17,10 +17,6 @@
17
//! # #![allow(unused_imports)]
18
//! use std::io::prelude::*;
19
//! ```
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.
24
25
#![stable(feature = "rust1", since = "1.0.0")]
26
0 commit comments