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)
|
||||
}
|
||||
|
||||
/// Loops through the entire iterator, returning the last element of the
|
||||
/// iterator.
|
||||
/// Loops through the entire iterator, returning the last element.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user