mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-30 14:31:53 +00:00
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…
x
Reference in New Issue
Block a user