rust/tests
Max Niederman a5f62bdfcd
redundant_locals: fix FPs on mutated shadows
When a mutable binding is shadowed by
a mutable binding of the same name in a different scope,
mutations in that scope have different meaning.
This commit fixes spurious `redundant_locals` emissions
on such locals.
2023-08-10 19:53:45 -07:00
..
test_utils
ui redundant_locals: fix FPs on mutated shadows 2023-08-10 19:53:45 -07:00
ui-cargo
ui-internal
ui-toml Extract never-like into clippy_utils 2023-08-02 14:00:26 -05:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs
dogfood.rs
headers.rs
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs