From 208de46f8b7c7338f7d19057e748a45a72fc7d73 Mon Sep 17 00:00:00 2001 From: Tobias Bucher Date: Sun, 19 Jun 2016 18:52:33 +0200 Subject: [PATCH] Remove first empty line of doc comment --- src/libcore/iter/traits.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libcore/iter/traits.rs b/src/libcore/iter/traits.rs index 41c34d932621..b7ee9ba55f59 100644 --- a/src/libcore/iter/traits.rs +++ b/src/libcore/iter/traits.rs @@ -520,7 +520,6 @@ pub trait ExactSizeIterator: Iterator { lower } - /// /// Returns whether the iterator is empty. /// /// This method has a default implementation using `self.len()`, so you