diff options
| author | bors <bors@rust-lang.org> | 2015-03-16 03:55:13 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-03-16 03:55:13 +0000 |
| commit | cd3faf38ee475c406d649f7cc2e464d2fc19c90b (patch) | |
| tree | c702db134db7618129df1f32590a64f608e65c95 /src | |
| parent | b1eadf3f1d2a350ed3c5144d69f1c4841e9f5f34 (diff) | |
| parent | d14728ad28e07ec09f76f5c956b63bfaec82ad7c (diff) | |
| download | rust-cd3faf38ee475c406d649f7cc2e464d2fc19c90b.tar.gz rust-cd3faf38ee475c406d649f7cc2e464d2fc19c90b.zip | |
Auto merge of #23394 - tanadeau:remove-old_io-notes, r=alexcrichton
r? @alexcrichton
Diffstat (limited to 'src')
| -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")] |
