]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui-toml/conf_deprecated_key/clippy.toml
Auto merge of #83800 - xobs:impl-16351-nightly, r=nagisa
[rust.git] / src / tools / clippy / tests / ui-toml / conf_deprecated_key / clippy.toml
1 # that one is an error
2 cyclomatic-complexity-threshold = 42
3
4 # that one is white-listed
5 [third-party]
6 clippy-feature = "nightly"