Rollup merge of #22848 - tshepang:redundant-mention, r=brson
This commit is contained in:
commit
08360892a0
@ -171,8 +171,7 @@ pub trait IteratorExt: Iterator + Sized {
|
|||||||
self.fold(0, |cnt, _x| cnt + 1)
|
self.fold(0, |cnt, _x| cnt + 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Loops through the entire iterator, returning the last element of the
|
/// Loops through the entire iterator, returning the last element.
|
||||||
/// iterator.
|
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user