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

7 lines
104 B
TOML
Raw Normal View History

2016-03-06 07:40:25 -06:00
# that one is an error
foobar = 42
2016-03-06 07:40:25 -06:00
# that one is white-listed
[third-party]
clippy-feature = "nightly"