]> git.lizzy.rs Git - rust.git/commitdiff
Remove first empty line of doc comment
authorTobias Bucher <tobiasbucher5991@gmail.com>
Sun, 19 Jun 2016 16:52:33 +0000 (18:52 +0200)
committerTobias Bucher <tobiasbucher5991@gmail.com>
Sun, 19 Jun 2016 16:52:33 +0000 (18:52 +0200)
src/libcore/iter/traits.rs

index 41c34d932621cfaafbec3dd3b316c572070dca96..b7ee9ba55f5910a62d0cc8e8b9447ea1ca8c7a93 100644 (file)
@@ -520,7 +520,6 @@ fn len(&self) -> usize {
         lower
     }
 
-    ///
     /// Returns whether the iterator is empty.
     ///
     /// This method has a default implementation using `self.len()`, so you