mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 19:31:02 +00:00
Ignore wildcard_in_or_patterns lint
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
allow(
|
||||
cognitive_complexity,
|
||||
redundant_field_names,
|
||||
trivially_copy_pass_by_ref
|
||||
trivially_copy_pass_by_ref,
|
||||
wildcard_in_or_patterns
|
||||
)
|
||||
)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user