From d14728ad28e07ec09f76f5c956b63bfaec82ad7c Mon Sep 17 00:00:00 2001 From: Trent Nadeau Date: Sun, 15 Mar 2015 11:31:38 -0400 Subject: [PATCH] Removed old_io note from std::net --- src/libstd/net/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 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")]