Skip to content

Commit

Permalink
Update library/core/src/iter/traits/iterator.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Yuki Okushi <[email protected]>
  • Loading branch information
lukaslueg and JohnTitor authored Apr 7, 2021
1 parent 72796a7 commit 4c850f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/iter/traits/iterator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ pub trait Iterator {
/// Note that the underlying iterator is still advanced when [`peek`] or
/// [`peek_mut`] are called for the first time: In order to retrieve the
/// next element, [`next`] is called on the underlying iterator, hence any
/// side effects (i.e. anything other than fetching the next value) of
/// side effects (i.e. anything other than fetching the next value) of
/// the [`next`] method will occur.
///
///
Expand Down

0 comments on commit 4c850f3

Please sign in to comment.