summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-toml/conf_deprecated_key/clippy.toml
blob: ac47b195042ebfb3682978d7847888ef49a2f40f (plain)
1
2
3
4
5
6
# that one is an error
cyclomatic-complexity-threshold = 42

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