diff options
| author | Trent Nadeau <tanadeau@gmail.com> | 2015-03-15 11:31:38 -0400 |
|---|---|---|
| committer | Trent Nadeau <tanadeau@gmail.com> | 2015-03-15 11:31:38 -0400 |
| commit | d14728ad28e07ec09f76f5c956b63bfaec82ad7c (patch) | |
| tree | 8887af9e20e8151dab0e5c584ca671227d42a638 /src/libstd/net | |
| parent | 54660fc392343e4ddee8a0ea1ca196ffc533585b (diff) | |
| download | rust-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.rs | 3 |
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")] |
