auto merge of #11823 : derekchiang/rust/fix-barrier-doc, r=alexcrichton

The original comments weren't rendered correctly by Markdown.
This commit is contained in:
bors 2014-01-26 19:16:44 -08:00
commit 0119e46204

View File

@ -686,6 +686,7 @@ impl<'a> RWLockReadMode<'a> {
/// A barrier enables multiple tasks to synchronize the beginning
/// of some computation.
///
/// ```rust
/// use extra::sync::Barrier;
///