diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-04-04 10:56:23 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-04-04 10:56:23 +0530 |
| commit | fb4e0a9ee6c082ef1374d95effc8548bf5dc14bb (patch) | |
| tree | 63290318d64bdc36d154febc46cb29c5955d3600 /src/libstd/lib.rs | |
| parent | 0daa00582664187ef873007b858e8b6a378e2e2c (diff) | |
| parent | 862e16025af182a603f350cddb5de9e2f4f1cfb6 (diff) | |
| download | rust-fb4e0a9ee6c082ef1374d95effc8548bf5dc14bb.tar.gz rust-fb4e0a9ee6c082ef1374d95effc8548bf5dc14bb.zip | |
Rollup merge of #24022 - steveklabnik:hn_fix, r=nikomatsakis
from https://news.ycombinator.com/item?id=9317822
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 5c9ff544fa3..df81981c3f4 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -77,9 +77,8 @@ //! including [`atomic`](sync/atomic/index.html), and [`mpsc`](sync/mpsc/index.html), //! which contains the channel types for message passing. //! -//! Common types of I/O, including files, TCP, UDP, pipes, Unix domain sockets, -//! timers, and process spawning, are defined in the -//! [`old_io`](old_io/index.html) module. +//! Common types of I/O, including files, TCP, UDP, pipes, Unix domain sockets, and +//! process spawning, are defined in the [`io`](io/index.html) module. //! //! Rust's I/O and concurrency depends on a small runtime interface //! that lives, along with its support code, in mod [`rt`](rt/index.html). |
