mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 23:41:03 +00:00
Ignore trivially_copy_pass_by_ref lint in serde_derive
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
needless_pass_by_value,
|
needless_pass_by_value,
|
||||||
redundant_field_names,
|
redundant_field_names,
|
||||||
too_many_arguments,
|
too_many_arguments,
|
||||||
|
trivially_copy_pass_by_ref,
|
||||||
used_underscore_binding,
|
used_underscore_binding,
|
||||||
)
|
)
|
||||||
)]
|
)]
|
||||||
|
|||||||
Reference in New Issue
Block a user