mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
e2cce4809b
Cleaning the empty lines for clarity.
6 lines
94 B
Rust
6 lines
94 B
Rust
#![feature(attr_literals)]
|
|
#![feature(plugin)]
|
|
#![plugin(clippy(conf_file=42))]
|
|
|
|
fn main() {}
|