rust/tests/compile-fail/conf_unknown_key.toml

7 lines
104 B
TOML
Raw Normal View History

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