Skip to content

Commit 7a0af01

Browse files
committed
remove stability note from std::net
This is served by stability markers.
1 parent 720f586 commit 7a0af01

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/libstd/net/mod.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

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.
11+
//! Networking primitives for TCP/UDP communication.
1512
1613
#![stable(feature = "rust1", since = "1.0.0")]
1714

0 commit comments

Comments
 (0)