2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-01-02 16:29:10 +00:00
rust-clippy/tests/ui-toml/toml_unknown_key/conf_unknown_key.rs

6 lines
99 B
Rust

// error-pattern: error reading Clippy's configuration file: unknown key `foobar`
fn main() {}