Ignore wildcard_in_or_patterns lint
This commit is contained in:
parent
895eb2ba6c
commit
dfa321a1dd
@ -28,6 +28,7 @@
|
||||
too_many_arguments,
|
||||
trivially_copy_pass_by_ref,
|
||||
used_underscore_binding,
|
||||
wildcard_in_or_patterns,
|
||||
)
|
||||
)]
|
||||
// Ignored clippy_pedantic lints
|
||||
|
@ -6,7 +6,8 @@
|
||||
allow(
|
||||
cognitive_complexity,
|
||||
redundant_field_names,
|
||||
trivially_copy_pass_by_ref
|
||||
trivially_copy_pass_by_ref,
|
||||
wildcard_in_or_patterns
|
||||
)
|
||||
)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user