From: Tobias Bucher Date: Sun, 19 Jun 2016 16:52:33 +0000 (+0200) Subject: Remove first empty line of doc comment X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=208de46f8b7c7338f7d19057e748a45a72fc7d73;p=rust.git Remove first empty line of doc comment --- diff --git a/src/libcore/iter/traits.rs b/src/libcore/iter/traits.rs index 41c34d93262..b7ee9ba55f5 100644 --- a/src/libcore/iter/traits.rs +++ b/src/libcore/iter/traits.rs @@ -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