Ignore trivially_copy_pass_by_ref lint in serde_derive
This commit is contained in:
parent
6d43a08a1d
commit
bd90cafda7
@ -26,6 +26,7 @@
|
||||
needless_pass_by_value,
|
||||
redundant_field_names,
|
||||
too_many_arguments,
|
||||
trivially_copy_pass_by_ref,
|
||||
used_underscore_binding,
|
||||
)
|
||||
)]
|
||||
|
Loading…
Reference in New Issue
Block a user