mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
9 lines
95 B
Rust
9 lines
95 B
Rust
|
|
#![allow(clippy::All)]
|
|
#![warn(clippy::pedantic)]
|
|
|
|
#[warn(clippy::if_not_els)]
|
|
fn main() {
|
|
|
|
}
|