rollup merge of #23634: WiSaGaN/bugfix/fix_dead_link

This commit is contained in:
Alex Crichton 2015-03-23 15:11:07 -07:00
commit c7509bb8d8

View file

@ -75,7 +75,7 @@
//!
//! The [`thread`](thread/index.html) module contains Rust's threading abstractions.
//! [`sync`](sync/index.html) contains further, primitive, shared memory types,
//! including [`atomic`](sync/atomic/index.html), and [`mpsc`](sync/mpmc/index.html),
//! 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,