Skip to content

Commit

Permalink
Fix dead link for std::sync::mpsc.
Browse files Browse the repository at this point in the history
  • Loading branch information
WiSaGaN committed Mar 23, 2015
1 parent b0aad7d commit d944689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/lib.rs
Expand Up @@ -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,
Expand Down

0 comments on commit d944689

Please sign in to comment.