]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui-toml/conf_deprecated_key/clippy.toml
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / clippy / tests / ui-toml / conf_deprecated_key / clippy.toml
CommitLineData
f20569fa
XL
1# that one is an error
2cyclomatic-complexity-threshold = 42
3
4# that one is white-listed
5[third-party]
6clippy-feature = "nightly"