Skip to content

Commit d73e328

Browse files
beyarkaym-ou-se
andauthored
Remove trailing whitespace
Co-authored-by: Mara Bos <[email protected]>
1 parent f6d9577 commit d73e328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/iter/traits/iterator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ pub trait Iterator {
469469
/// If the zipped iterator has no more elements to return then each further attempt to advance
470470
/// it will first try to advance the first iterator at most one time and if it still yielded an item
471471
/// try to advance the second iterator at most one time.
472-
///
472+
///
473473
/// To 'undo' the result of zipping up two iterators, see [`unzip`].
474474
///
475475
/// [`unzip`]: Iterator::unzip

0 commit comments

Comments
 (0)