]> git.lizzy.rs Git - rust.git/blob - tests/aux/conf_unknown_key.toml
Merge pull request #1255 from Manishearth/cov
[rust.git] / tests / aux / conf_unknown_key.toml
1 # that one is an error
2 foobar = 42
3
4 # that one is white-listed
5 [third-party]
6 clippy-feature = "nightly"