diff --git a/src/libextra/sync.rs b/src/libextra/sync.rs index c4277bddac718..e7bb78242e749 100644 --- a/src/libextra/sync.rs +++ b/src/libextra/sync.rs @@ -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; ///