mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +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