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

[stdlib] Save small move on Variant.__copyinit__ ( init_pointee_*). #4136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rd4com
Copy link
Contributor

@rd4com rd4com commented Mar 11, 2025

Hello,
this PR removes a small move on Variant.__copyinit__, (UnsafePointer.init_pointee_*),

It should also remove a move on Optional, Dict._entries,

and struct using Variant 🎉

Hello,
this PR removes a small move on `Variant.__copyinit__`,
(`UnsafePointer.init_pointee_*`),

It should also remove a move on `Optional`, `Dict._entries`,

and `struct` using `Variant` 🎉

Signed-off-by: rd4com <144297616+rd4com@users.noreply.github.com>
@JoeLoser JoeLoser requested a review from ConnorGray March 11, 2025 15:50
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.

1 participant