mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-21 11:23:03 +00:00
6 lines
92 B
Rust
6 lines
92 B
Rust
#![allow(clippy::All)]
|
|
#![warn(clippy::pedantic)]
|
|
|
|
#[warn(clippy::if_not_els)]
|
|
fn main() {}
|