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

9 lines
128 B
TOML
Raw Normal View History

2016-03-06 13:40:25 +00:00
# that one is an error
foobar = 42
# so is this one
barfoo = 53
2016-03-06 13:40:25 +00:00
# that one is ignored
2016-03-06 13:40:25 +00:00
[third-party]
clippy-feature = "nightly"