Fix dead link for std::sync::mpsc.

This commit is contained in:
Wangshan Lu 2015-03-23 19:11:03 +08:00
parent b0aad7dd4f
commit d944689cf6
1 changed files with 1 additions and 1 deletions

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,