mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
910a97d7ce
Identify more cases of useless `into_iter()` calls changelog: Sugg: [`useless_conversion`]: Now suggests removing calls to `into_iter()` on an expression implementing `Iterator` [#10020](https://github.com/rust-lang/rust-clippy/pull/10020) <!-- changelog_checked -->