about summary refs log tree commit diff
path: root/src/libstd/io/prelude.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-03-25 14:14:04 +0000
committerbors <bors@rust-lang.org>2015-03-25 14:14:04 +0000
commita923278c6278c63468d74772c58dbf788e88f58c (patch)
tree52ebffa2c227d1ff4ad12aa0d9cf04a759fadff9 /src/libstd/io/prelude.rs
parent928e2e23945493a18bfc658a0adf2c06cb764e83 (diff)
parente962a1d51e28579debb7ce0aa7e9ebaa95947218 (diff)
downloadrust-a923278c6278c63468d74772c58dbf788e88f58c.tar.gz
rust-a923278c6278c63468d74772c58dbf788e88f58c.zip
Auto merge of #23697 - Manishearth:rollup, r=Manishearth
- Successful merges: #23617, #23664, #23680, #23684, #23692, #23693
- Failed merges: 
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")]