rust/clippy_utils
Eric Wu 8de011fdf7 don't lint field_reassign when field in closure
This commit makes the ContainsName struct visit all interior
expressions, which means that ContainsName will return true
even if `name` is used in a closure within `expr`.
2023-01-01 21:41:46 -05:00
..
src don't lint field_reassign when field in closure 2023-01-01 21:41:46 -05:00
Cargo.toml Bump Clippy version -> 0.1.68 2022-12-17 13:57:41 +01:00