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

workspace: remove missing_copy_implementations workspace lint #414

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

00xc
Copy link
Member

@00xc 00xc commented Jul 17, 2024

Do not require Copy for all structures that can derive it, as this can be error prone and can inadvertently increase stack usage. For now, remove the related lint, as introducing Copy for in the future should not require too much work if necessary.

Do not require Copy for all structures that can derive it, as this can
be error prone and can inadvertently increase stack usage. For now,
remove the related lint, as introducing Copy for in the future should
not require too much work if necessary.

Signed-off-by: Carlos López <[email protected]>
@00xc 00xc changed the title clippy: remove missing_copy_implementations workspace lint workspace: remove missing_copy_implementations workspace lint Jul 17, 2024
@00xc 00xc merged commit 53b1157 into coconut-svsm:main Jul 17, 2024
3 checks passed
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 this pull request may close these issues.

2 participants