]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #23394 - tanadeau:remove-old_io-notes, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 16 Mar 2015 03:55:13 +0000 (03:55 +0000)
committerbors <bors@rust-lang.org>
Mon, 16 Mar 2015 03:55:13 +0000 (03:55 +0000)
r? @alexcrichton

src/libstd/net/mod.rs

index b8cb8cb5289295298bfe64d65025dd7142bf143d..95920d8d2b68e5fa62838159e70c4db147ae85ee 100644 (file)
@@ -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")]