Closed kpreid closed 2 months ago
It doesn't make sense for Exhaust iterators to not implement FusedIterator, so FusedIterator should be in the bounds of the Exhaust::Iter associated type.
Exhaust
FusedIterator
Exhaust::Iter
This will be a breaking change.
Done in #33.
It doesn't make sense for
Exhaust
iterators to not implementFusedIterator
, soFusedIterator
should be in the bounds of theExhaust::Iter
associated type.This will be a breaking change.