about summary refs log tree commit diff
path: root/src/libstd/io/prelude.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/io/prelude.rs')
-rw-r--r--src/libstd/io/prelude.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/prelude.rs b/src/libstd/io/prelude.rs
index a2ceacbe1f8..333ae8f26a0 100644
--- a/src/libstd/io/prelude.rs
+++ b/src/libstd/io/prelude.rs
@@ -18,7 +18,7 @@
 //! ```
 //!
 //! This module contains reexports of many core I/O traits such as `Read`,
-//! `Write`, `ReadExt`, and `WriteExt`. Structures and functions are not
+//! `Write` and `BufRead`. Structures and functions are not
 //! contained in this module.
 
 #![stable(feature = "rust1", since = "1.0.0")]