diff options
| author | bors <bors@rust-lang.org> | 2015-03-25 14:14:04 +0000 | 
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-03-25 14:14:04 +0000 | 
| commit | a923278c6278c63468d74772c58dbf788e88f58c (patch) | |
| tree | 52ebffa2c227d1ff4ad12aa0d9cf04a759fadff9 /src/libstd/io/prelude.rs | |
| parent | 928e2e23945493a18bfc658a0adf2c06cb764e83 (diff) | |
| parent | e962a1d51e28579debb7ce0aa7e9ebaa95947218 (diff) | |
| download | rust-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.rs | 2 | 
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")] | 
