rust-clippy/tests/ui/conf_bad_arg.rs
2017-10-03 12:07:24 +02:00

6 lines
98 B
Rust

// error-pattern: `conf_file` must be a named value
#![plugin(clippy(conf_file))]
fn main() {}