diff options
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")] |
