Ignore trivially_copy_pass_by_ref lint in serde_derive

This commit is contained in:
David Tolnay 2018-12-31 22:47:03 -05:00
parent 6d43a08a1d
commit bd90cafda7
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -26,6 +26,7 @@
needless_pass_by_value,
redundant_field_names,
too_many_arguments,
trivially_copy_pass_by_ref,
used_underscore_binding,
)
)]