Skip to content

Commit 2493fbf

Browse files
committed
Rollup merge of #30390 - mitaa:patch-1, r=steveklabnik
None of my devices/browsers renders this correctly. r? @steveklabnik
2 parents 8e127ee + 6244314 commit 2493fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ pub trait Iterator {
604604
/// iterators, returning a tuple where the first element comes from the
605605
/// first iterator, and the second element comes from the second iterator.
606606
///
607-
/// In other words, it zips two iterators together, into a single one. 🤐
607+
/// In other words, it zips two iterators together, into a single one.
608608
///
609609
/// When either iterator returns `None`, all further calls to `next()`
610610
/// will return `None`.

0 commit comments

Comments
 (0)