rust/tests/compile-fail/conf_unknown_key.toml
2016-03-12 14:51:47 +01:00

7 lines
104 B
TOML

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