rust-clippy/tests/ui-toml/toml_unknown_key/clippy.toml
2023-06-02 00:56:27 +01:00

8 lines
128 B
TOML

# that one is an error
foobar = 42
# so is this one
barfoo = 53
# that one is ignored
[third-party]
clippy-feature = "nightly"