Skip to content

Commit 0119e46

Browse files
committed
auto merge of #11823 : derekchiang/rust/fix-barrier-doc, r=alexcrichton
The original comments weren't rendered correctly by Markdown.
2 parents 74fedf3 + 711726e commit 0119e46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libextra/sync.rs

+1
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ impl<'a> RWLockReadMode<'a> {
686686

687687
/// A barrier enables multiple tasks to synchronize the beginning
688688
/// of some computation.
689+
///
689690
/// ```rust
690691
/// use extra::sync::Barrier;
691692
///

0 commit comments

Comments
 (0)