summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-toml/duplicated_keys/clippy.toml
blob: 63a893cc6c7957529554a0871fa3537c850244d4 (plain)
1
2
3
4
5
cognitive-complexity-threshold = 2
# This is the deprecated name for the same key
cyclomatic-complexity-threshold = 3
# Check we get duplication warning regardless of order
cognitive-complexity-threshold = 4