mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 22:53:28 +00:00
8 lines
190 B
TOML
8 lines
190 B
TOML
# Expect errors from these deprecated configs
|
|
cyclomatic-complexity-threshold = 2
|
|
blacklisted-names = [ "..", "wibble" ]
|
|
|
|
# that one is white-listed
|
|
[third-party]
|
|
clippy-feature = "nightly"
|