mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-18 17:15:05 +00:00
7 lines
129 B
TOML
7 lines
129 B
TOML
|
# that one is an error
|
||
|
cyclomatic-complexity-threshold = 42
|
||
|
|
||
|
# that one is white-listed
|
||
|
[third-party]
|
||
|
clippy-feature = "nightly"
|