Skip to content

Commit 711726e

Browse files
committed
Fix barrier docs
1 parent 838b5a4 commit 711726e

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)