We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720f586 commit 7a0af01Copy full SHA for 7a0af01
src/libstd/net/mod.rs
@@ -8,10 +8,7 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-//! Networking primitives for TCP/UDP communication
12
-//!
13
-//! > **NOTE**: This module is very much a work in progress and is under active
14
-//! > development.
+//! Networking primitives for TCP/UDP communication.
15
16
#![stable(feature = "rust1", since = "1.0.0")]
17
0 commit comments