Skip to content

Commit d259d22

Browse files
committed
Auto merge of rust-lang#86765 - cuviper:fuse-less-specialized, r=joshtriplett
Make the specialized Fuse still deal with None Fixes rust-lang#85863 by removing the assumption that we'll never see a cleared iterator in the `I: FusedIterator` specialization. Now all `Fuse` methods check for the possibility that `self.iter` is `None`, and the specialization only avoids _setting_ that to `None` in `&mut self` methods.
2 parents a8648c8 + 7ba31d3 commit d259d22

File tree

1 file changed

+66
-188
lines changed

1 file changed

+66
-188
lines changed

0 commit comments

Comments
 (0)