Skip to content

Commit 2629bbd

Browse files
committed
Suppress clippy::trivially_copy_pass_by_ref in generated code
1 parent 6bc5544 commit 2629bbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/expand.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ fn transform_block(
450450
clippy::missing_docs_in_private_items,
451451
clippy::needless_lifetimes,
452452
clippy::ptr_arg,
453+
clippy::trivially_copy_pass_by_ref,
453454
clippy::type_repetition_in_bounds,
454455
clippy::used_underscore_binding,
455456
)]

0 commit comments

Comments
 (0)