rust/tests/ui/needless_bool
flip1995 54e539121d
Rename two lints to comply with our lint naming convention
self_named_constructor -> self_named_constructors
append_instead_of_extend -> extend_with_drain
2021-07-29 12:10:18 +02:00
..
fixable.fixed Rename two lints to comply with our lint naming convention 2021-07-29 12:10:18 +02:00
fixable.rs Rename two lints to comply with our lint naming convention 2021-07-29 12:10:18 +02:00
fixable.stderr Add redundant_method_names lint 2021-07-05 14:15:20 -04:00
simple.rs Renaming the lint to branches_sharing_code and fixing typos 2021-04-05 13:35:51 +02:00
simple.stderr Moving shared_code_in_if_blocks to clippy::complexity and running lintcheck 2021-04-05 13:35:51 +02:00