-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add lint [incorrect_clone_impl_on_copy_type
]
#10925
Conversation
r? @xFrednet (rustbot has picked a reviewer for you, use r? to override) |
@Centri3, you're on a real PR creation spree, damn! I'll review this one over the coming week :D |
☔ The latest upstream changes (presumably #10921) made this pull request unmergeable. Please resolve the merge conflicts. |
0f41cf7
to
c711242
Compare
☔ The latest upstream changes (presumably #10916) made this pull request unmergeable. Please resolve the merge conflicts. |
c711242
to
bb07da0
Compare
☔ The latest upstream changes (presumably #10827) made this pull request unmergeable. Please resolve the merge conflicts. |
bb07da0
to
e0d1ec4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a few smaller comments, but all of them should hopefully be simple to solve :). Please reach out, if you have any questions :)
☔ The latest upstream changes (presumably #10934) made this pull request unmergeable. Please resolve the merge conflicts. |
Update needless_impls.rs
c38620d
to
10cc168
Compare
I've looked at Running |
needless_clone_impl
]incorrect_clone_impl_on_copy_type
]
This looks good to me. Thank you for the new lint! @bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Split off from #10788.
Closes #10700
changelog: new lint [
incorrect_clone_impl_on_copy_type
]#10925