mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-15 15:52:46 +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"
|