Removed old_io note from std::net

This commit is contained in:
Trent Nadeau
2015-03-15 11:31:38 -04:00
parent 54660fc392
commit d14728ad28

View File

@@ -11,8 +11,7 @@
//! Networking primitives for TCP/UDP communication //! Networking primitives for TCP/UDP communication
//! //!
//! > **NOTE**: This module is very much a work in progress and is under active //! > **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` //! > development.
//! > module while the details of this module shake out.
#![unstable(feature = "net")] #![unstable(feature = "net")]