Rollup merge of #21991 - steveklabnik:gh21915, r=huonw

Fixes #21915
This commit is contained in:
Manish Goregaokar 2015-02-06 16:20:11 +05:30
commit 1a2b602675

View File

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//! Multi-producer, single-consumer communication primitives threads
//! Multi-producer, single-consumer FIFO queue communication primitives.
//!
//! This module provides message-based communication over channels, concretely
//! defined among three types: