-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
C-enhancementCategory: Enhancement of lints, like adding more cases or adding help messagesCategory: Enhancement of lints, like adding more cases or adding help messagesgood first issueThese issues are a good way to get started with ClippyThese issues are a good way to get started with Clippy
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?
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: Enhancement of lints, like adding more cases or adding help messagesCategory: Enhancement of lints, like adding more cases or adding help messagesgood first issueThese issues are a good way to get started with ClippyThese issues are a good way to get started with Clippy