diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-04-29 15:45:45 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-04-29 15:45:45 -0700 |
| commit | b0f920ace428215ebc752e77cbc904a8032895e8 (patch) | |
| tree | cc81cb76a3433366b08eb49ca21aa25beaa1fce6 /src/libstd | |
| parent | 91dfc38979e462510178f0c7365a76d3ad82b045 (diff) | |
| parent | 97199bcb5df7bf6ed8efc1daccaa2dc27b325398 (diff) | |
| download | rust-b0f920ace428215ebc752e77cbc904a8032895e8.tar.gz rust-b0f920ace428215ebc752e77cbc904a8032895e8.zip | |
rollup merge of #24904: steveklabnik/remove_std_net_warning
This is served by stability markers.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/net/mod.rs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libstd/net/mod.rs b/src/libstd/net/mod.rs index 3bfc764e540..2e7c0a2c80e 100644 --- a/src/libstd/net/mod.rs +++ b/src/libstd/net/mod.rs @@ -8,10 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -//! Networking primitives for TCP/UDP communication -//! -//! > **NOTE**: This module is very much a work in progress and is under active -//! > development. +//! Networking primitives for TCP/UDP communication. #![stable(feature = "rust1", since = "1.0.0")] |
