Merge pull request #1003 from reishoku/remove-unnested-or-patterns

src/main.rs: remove clippy::unnested_or_patterns
This commit is contained in:
Mélanie Chauvel 2022-01-04 22:19:13 +01:00 committed by GitHub
commit be6feb82d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
#![allow(clippy::non_ascii_literal)]
#![allow(clippy::option_if_let_else)]
#![allow(clippy::too_many_lines)]
#![allow(clippy::unnested_or_patterns)] // TODO: remove this when we support Rust 1.53.0
#![allow(clippy::unused_self)]
#![allow(clippy::upper_case_acronyms)]
#![allow(clippy::wildcard_imports)]