Files
rust/clippy_lints
Max Niederman 008ba2b8bb new lint: redundant_local
fix dogfood lints in `redundant_local`

keep `redundant_local` from running in proc macros

rewrite `redundant_local` as late pass

make redundant_local's `find_binding` more readable

pluralize `redundant_locals` name

add test for `redundant_locals` in macros

test `redundant_locals` in proc macros

use more destructuring in `redundant_locals`

fix: format redundant_locals.rs

ignore needless_pass_by_mut_ref in redundant_locals test
2023-07-21 18:14:03 -07:00
..
2023-07-21 18:14:03 -07:00
2023-07-14 13:36:23 +02:00

This crate contains Clippy lints. For the main crate, check GitHub.