about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorKevin Ballard <kevin@sb.org>2015-03-14 17:36:36 -0700
committerKevin Ballard <kevin@sb.org>2015-03-14 17:36:36 -0700
commit3dd455d4e13680a10048814b3f80b2b3bdccbd31 (patch)
treeb80dce9eb48321755503f1402e887e920664972c /src
parent3400c9ed9f1200a59f6452db5c71af2182db29a5 (diff)
downloadrust-3dd455d4e13680a10048814b3f80b2b3bdccbd31.tar.gz
rust-3dd455d4e13680a10048814b3f80b2b3bdccbd31.zip
Stop recommending old_io in the module doc for std::io
Now that `old_io` is deprecated and `std::io` is stable, we should stop
recommending the use of `old_io` in the module documentation.
Diffstat (limited to 'src')
-rw-r--r--src/libstd/io/mod.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs
index 3fddaaad807..821a0a0b06e 100644
--- a/src/libstd/io/mod.rs
+++ b/src/libstd/io/mod.rs
@@ -9,10 +9,6 @@
 // except according to those terms.
 
 //! Traits, helpers, and type definitions for core I/O functionality.
-//!
-//! > **NOTE**: This module is very much a work in progress and is under active
-//! > development. At this time it is still recommended to use the `old_io`
-//! > module while the details of this module shake out.
 
 #![stable(feature = "rust1", since = "1.0.0")]