1
Fork 0

Remove trailing whitespace

Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
This commit is contained in:
Boyd Kane 2022-04-14 11:19:49 +02:00 committed by GitHub
parent f6d957701f
commit d73e32867f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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