IteratorExt is now impl'd on all Iterators:
impl<A, I> IteratorExt<A> for I where I: Iterator<A>
However, it doesn't show up on any given Iterator: eg Map
This makes it even more confusing. For any newbie who doesn't know of the existence of this extension trait, all the useful methods will be hidden.