rust-clippy/tests/ui-toml/conf_deprecated_key/clippy.toml
2022-07-29 19:39:20 +01:00

7 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"