rust/tests
bors 3e52dee646 Auto merge of #8941 - DevAccentor:for_loops_over_fallibles, r=llogiq
improve [`for_loops_over_fallibles`] to detect the usage of iter, iter_mut and into_iterator

fix #6762

detects code like
```rust
for _ in option.iter() {
    //..
}
```

changelog: Improve [`for_loops_over_fallibles`] to detect `for _ in option.iter() {}` or using `iter_mut()` or `into_iterator()`.
2022-06-05 11:16:37 +00:00
..
test_utils
ui Auto merge of #8941 - DevAccentor:for_loops_over_fallibles, r=llogiq 2022-06-05 11:16:37 +00:00
ui-cargo
ui-internal needless_deref 2022-05-30 01:46:15 +00:00
ui-toml fix 2022-05-27 01:30:44 +09:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs split into borrow_deref_ref.rs and borrow_deref_ref_unfixable.rs 2022-06-01 15:43:48 +00:00
dogfood.rs
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs