Skip to content

Commit 0836089

Browse files
committed
Rollup merge of #22848 - tshepang:redundant-mention, r=brson
2 parents 2651823 + 6b01f7a commit 0836089

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libcore/iter.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ pub trait IteratorExt: Iterator + Sized {
171171
self.fold(0, |cnt, _x| cnt + 1)
172172
}
173173

174-
/// Loops through the entire iterator, returning the last element of the
175-
/// iterator.
174+
/// Loops through the entire iterator, returning the last element.
176175
///
177176
/// # Examples
178177
///

0 commit comments

Comments
 (0)