Skip to content
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

CloneZero macro and Copy types #32588

Closed
apfitzge opened this issue Jul 21, 2023 · 0 comments · Fixed by #32767
Closed

CloneZero macro and Copy types #32588

apfitzge opened this issue Jul 21, 2023 · 0 comments · Fixed by #32767
Assignees

Comments

@apfitzge
Copy link
Contributor

Problem

See: #32547 (comment)

In summary a new clippy lint does not like when Clone is not simply Copy for Copy-types.
We added a clippy allow to pass clippy checks using future versions of cargo.

But we discussed evaluating whether these types should even be Copy.

Proposed Solution

Try removing Copy on CloneZeroed types

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant