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