mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-11 15:37:15 +00:00
5 lines
75 B
Rust
5 lines
75 B
Rust
#![feature(attr_literals)]
|
|
|
|
#![plugin(clippy(conf_file=42))]
|
|
|
|
fn main() {}
|