We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f150c17 commit 6244314Copy full SHA for 6244314
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