Skip to content

Commit 862e160

Browse files
committed
1 parent 80def6c commit 862e160

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/libstd/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,8 @@
7777
//! including [`atomic`](sync/atomic/index.html), and [`mpsc`](sync/mpsc/index.html),
7878
//! which contains the channel types for message passing.
7979
//!
80-
//! Common types of I/O, including files, TCP, UDP, pipes, Unix domain sockets,
81-
//! timers, and process spawning, are defined in the
82-
//! [`old_io`](old_io/index.html) module.
80+
//! Common types of I/O, including files, TCP, UDP, pipes, Unix domain sockets, and
81+
//! process spawning, are defined in the [`io`](io/index.html) module.
8382
//!
8483
//! Rust's I/O and concurrency depends on a small runtime interface
8584
//! that lives, along with its support code, in mod [`rt`](rt/index.html).

0 commit comments

Comments
 (0)