mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-16 05:58:41 +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() {}
|