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. |
||
|---|---|---|
| .. | ||
| auxiliary | ||
| ui | ||
| ui-toml | ||
| compile-test.rs | ||
| dogfood.rs | ||
| matches.rs | ||
| missing-test-files.rs | ||
| needless_continue_helpers.rs | ||
| versioncheck.rs | ||