rust/tests/ui-toml/conf_deprecated_key/clippy.toml
Philipp Krones 08e7ec4047
Read and use deprecated configuration (as well as emitting a warning)
Co-authored-by: Andy Caldwell <andycaldwell@microsoft.com>
2022-07-27 17:47:20 +01:00

7 lines
128 B
TOML

# that one is an error
cyclomatic-complexity-threshold = 2
# that one is white-listed
[third-party]
clippy-feature = "nightly"