]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui-toml/conf_deprecated_key/clippy.toml
Merge commit 'e228f0c16ea8c34794a6285bf57aab627c26b147' into libgccjit-codegen
[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"