]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui-toml/conf_deprecated_key/clippy.toml
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
[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"