Skip to content

Conversation

@cgzones
Copy link

@cgzones cgzones commented Nov 17, 2025

The struct has only a size of 24 bytes and is trivially copy-able.

Copy link
Member

@cratelyn cratelyn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you, @cgzones.

i confirmed that this size is smaller than some types marked Copy in the standard library, to convince myself that this is a reasonable change.

before this can merge, however, there are some clippy lints that we'll need to address. now that this is marked as a Copy type, we'll want to make a pass through the code here and remove any .clone() calls.

once that's done, i'd be in support of this merging! 👍

The struct has only a size of 24 bytes and is trivially copy-able.
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