Remove emoji from docs

This commit is contained in:
mitaa 2015-12-15 01:55:14 +01:00
parent f150c178ea
commit 6244314798

View file

@ -604,7 +604,7 @@ pub trait Iterator {
/// iterators, returning a tuple where the first element comes from the
/// first iterator, and the second element comes from the second iterator.
///
/// In other words, it zips two iterators together, into a single one. 🤐
/// In other words, it zips two iterators together, into a single one.
///
/// When either iterator returns `None`, all further calls to `next()`
/// will return `None`.