Skip to content

Commit cd3faf3

Browse files
committed
Auto merge of #23394 - tanadeau:remove-old_io-notes, r=alexcrichton
r? @alexcrichton
2 parents b1eadf3 + d14728a commit cd3faf3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libstd/net/mod.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
//! Networking primitives for TCP/UDP communication
1212
//!
1313
//! > **NOTE**: This module is very much a work in progress and is under active
14-
//! > development. At this time it is still recommended to use the `old_io`
15-
//! > module while the details of this module shake out.
14+
//! > development.
1615
1716
#![unstable(feature = "net")]
1817

0 commit comments

Comments
 (0)