summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-toml/conf_deprecated_key/clippy.toml
blob: d79a98d05af48221c7fcfd414c7bf31229d6fdf7 (plain)
1
2
3
4
5
6
7
# Expect errors from these deprecated configs
cyclomatic-complexity-threshold = 2
blacklisted-names = [ "..", "wibble" ]

# that one is white-listed
[third-party]
clippy-feature = "nightly"