Skip to content

Commit 6244314

Browse files
committed
Remove emoji from docs
1 parent f150c17 commit 6244314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter.rs

+1-1
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)