mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-19 09:33:36 +00:00
5 lines
92 B
Rust
5 lines
92 B
Rust
#![allow(clippy::All)]
|
|
#![warn(clippy::pedantic)]
|
|
|
|
#[warn(clippy::if_not_els)]
|
|
fn main() {}
|