mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-14 05:51:01 +00:00
Ignore wildcard_in_or_patterns lint
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
too_many_arguments,
|
too_many_arguments,
|
||||||
trivially_copy_pass_by_ref,
|
trivially_copy_pass_by_ref,
|
||||||
used_underscore_binding,
|
used_underscore_binding,
|
||||||
|
wildcard_in_or_patterns,
|
||||||
)
|
)
|
||||||
)]
|
)]
|
||||||
// Ignored clippy_pedantic lints
|
// Ignored clippy_pedantic lints
|
||||||
|
|||||||
@@ -6,7 +6,8 @@
|
|||||||
allow(
|
allow(
|
||||||
cognitive_complexity,
|
cognitive_complexity,
|
||||||
redundant_field_names,
|
redundant_field_names,
|
||||||
trivially_copy_pass_by_ref
|
trivially_copy_pass_by_ref,
|
||||||
|
wildcard_in_or_patterns
|
||||||
)
|
)
|
||||||
)]
|
)]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user