Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #111200 - a1phyr:spec_sized_iterators, r=the8472
Optimize `Iterator` implementation for `&mut impl Iterator + Sized` This adds a specialization trait to forward `fold`, `try_fold`,... to the inner iterator where possible
- Loading branch information