mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-18 00:53:31 +00:00
5 lines
105 B
Rust
5 lines
105 B
Rust
|
#![feature(plugin)]
|
||
|
#![plugin(clippy(conf_file="./tests/run-pass/conf_unknown_key.toml"))]
|
||
|
|
||
|
fn main() {}
|