clippy: add unnested_or_patterns clippy lint (#10526)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
This commit is contained in:
Thomas Coratger
2024-08-26 02:42:44 -07:00
committed by GitHub
parent 9c57c4a454
commit dba315ff8e
7 changed files with 36 additions and 40 deletions

View File

@ -209,6 +209,7 @@ tuple_array_conversions = "warn"
type_repetition_in_bounds = "warn"
uninhabited_references = "warn"
unnecessary_struct_initialization = "warn"
unnested_or_patterns = "warn"
unused_peekable = "warn"
unused_rounding = "warn"
use_self = "warn"