Rollup merge of #22848 - tshepang:redundant-mention, r=brson
This commit is contained in:
commit
08360892a0
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue