mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-12 03:56:48 +00:00
7 lines
95 B
Rust
7 lines
95 B
Rust
#![feature(attr_literals)]
|
|
#![feature(plugin)]
|
|
#![plugin(clippy(conf_file=42))]
|
|
|
|
|
|
fn main() {}
|