about summary refs log tree commit diff
path: root/src/libstd/net
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2015-04-28 11:18:10 -0400
committerSteve Klabnik <steve@steveklabnik.com>2015-04-28 11:18:10 -0400
commit97199bcb5df7bf6ed8efc1daccaa2dc27b325398 (patch)
tree83f5107b2fb5e1905ec0cf091a9d272499d1fd0e /src/libstd/net
parentda2276e293359708b62bb489801cb9872d19d32f (diff)
downloadrust-97199bcb5df7bf6ed8efc1daccaa2dc27b325398.tar.gz
rust-97199bcb5df7bf6ed8efc1daccaa2dc27b325398.zip
remove stability note from std::net
This is served by stability markers.
Diffstat (limited to 'src/libstd/net')
-rw-r--r--src/libstd/net/mod.rs5
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")]