rust/tests/ui-toml/toml_unknown_key/clippy.toml

6 lines
104 B
TOML

# that one is an error
foobar = 42
# that one is white-listed
[third-party]
clippy-feature = "nightly"