mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-18 03:25:55 +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() {}
|