mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
e2cce4809b
Cleaning the empty lines for clarity.
5 lines
94 B
Rust
5 lines
94 B
Rust
#![feature(attr_literals)]
|
|
#![feature(plugin)]
|
|
#![plugin(clippy(conf_file=42))]
|
|
|
|
fn main() {}
|