Remove first empty line of doc comment

This commit is contained in:
Tobias Bucher 2016-06-19 18:52:33 +02:00
parent ad335c2d50
commit 208de46f8b

View file

@ -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