This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
rust-clippy
Watch
2
Star
0
Fork
You've already forked rust-clippy
0
mirror of
https://github.com/rust-lang/rust-clippy
synced
2024-11-28 07:30:57 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
96e69d9b43
rust-clippy
/
tests
/
ui-toml
/
item_name_repetitions
/
threshold5
/
clippy.toml
3 lines
64 B
TOML
Raw
Normal View
History
Unescape
Escape
add missing configuration tests
2023-09-24 12:56:40 +00:00
enum-variant-name-threshold
=
5
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-17 16:34:27 +00:00
struct-field-name-threshold
=
5
Reference in a new issue
Copy permalink