mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-01-20 17:13:52 +00:00
a5c16e5892
Make needless_range_loop not applicable to structures without iter method Fixes https://github.com/rust-lang/rust-clippy/issues/3788 Now we will start lint indexed structure only if it has known iter or iter_mut method implemented. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |