Skip to content

Commit d14728a

Browse files
committed
Removed old_io note from std::net
1 parent 54660fc commit d14728a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libstd/net/mod.rs

Lines changed: 1 addition & 2 deletions
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)