mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
eb088b8b9d
Optimize `Iterator` implementation for `&mut impl Iterator + Sized` This adds a specialization trait to forward `fold`, `try_fold`,... to the inner iterator where possible