We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e127ee + 6244314 commit 2493fbfCopy full SHA for 2493fbf
src/libcore/iter.rs
@@ -604,7 +604,7 @@ pub trait Iterator {
604
/// iterators, returning a tuple where the first element comes from the
605
/// first iterator, and the second element comes from the second iterator.
606
///
607
- /// In other words, it zips two iterators together, into a single one. 🤐
+ /// In other words, it zips two iterators together, into a single one.
608
609
/// When either iterator returns `None`, all further calls to `next()`
610
/// will return `None`.
0 commit comments