rust-clippy/tests/ui/needless_bool
jonboh 8b02dac542 add lint for struct field names
side effect for `enum_variants`:
use .first() instead of .get(0) in enum_variants lint
move to_camel_case to str_util module
move module, enum and struct name repetitions check to a single file `item_name_repetitions`
rename enum_variants threshold config option
2023-10-18 19:20:08 +02:00
..
fixable.fixed add lint for struct field names 2023-10-18 19:20:08 +02:00
fixable.rs add lint for struct field names 2023-10-18 19:20:08 +02:00
fixable.stderr add lint for struct field names 2023-10-18 19:20:08 +02:00
simple.rs Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup 2021-04-08 17:50:13 +02:00
simple.stderr Adjust clippy tests with new rustc help suggestion for lints 2023-09-04 14:22:02 +02:00