about summary refs log tree commit diff
path: root/src/libstd/net
diff options
context:
space:
mode:
authorTrent Nadeau <tanadeau@gmail.com>2015-03-15 11:31:38 -0400
committerTrent Nadeau <tanadeau@gmail.com>2015-03-15 11:31:38 -0400
commitd14728ad28e07ec09f76f5c956b63bfaec82ad7c (patch)
tree8887af9e20e8151dab0e5c584ca671227d42a638 /src/libstd/net
parent54660fc392343e4ddee8a0ea1ca196ffc533585b (diff)
downloadrust-d14728ad28e07ec09f76f5c956b63bfaec82ad7c.tar.gz
rust-d14728ad28e07ec09f76f5c956b63bfaec82ad7c.zip
Removed old_io note from std::net
Diffstat (limited to 'src/libstd/net')
-rw-r--r--src/libstd/net/mod.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/net/mod.rs b/src/libstd/net/mod.rs
index b8cb8cb5289..95920d8d2b6 100644
--- a/src/libstd/net/mod.rs
+++ b/src/libstd/net/mod.rs
@@ -11,8 +11,7 @@
 //! Networking primitives for TCP/UDP communication
 //!
 //! > **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.
+//! > development.
 
 #![unstable(feature = "net")]