To be honest, since I found out for x in iterator is, basically, while let Some(x) = iterator.next(), I'm using the latter a lot more than the former.
@juliobiason What's the benefit in having the extra code?
@juliobiason Fair enough! Aesthetic preferences are important.