mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
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:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user