Closed
Description
Running Clippy over Rust repo yields about 100 unique warnings from trivially_copy_pass_by_ref
, almost all of them were tripped by public functions which are not going to change.
Having option to disable it for public functions would help if this and probably other cases.
EDIT: ptr_arg
have similar issue (but there are only 13 occurrences). Maybe something more generic should be developed?