mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
4 lines
105 B
Rust
4 lines
105 B
Rust
#![feature(plugin)]
|
|
#![plugin(clippy(conf_file="./tests/run-pass/conf_unknown_key.toml"))]
|
|
|
|
fn main() {}
|