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

Extend noinit to all pointer fields #55

Merged
merged 1 commit into from May 27, 2022
Merged

Extend noinit to all pointer fields #55

merged 1 commit into from May 27, 2022

Conversation

sethvargo
Copy link
Owner

The initial implementation of noinit only applied to struct pointer fields. This extends the behavior to apply to any pointer fields.

Closes #54

/cc @yolocs

The initial implementation of noinit only applied to struct pointer fields. This extends the behavior to apply to any pointer fields.
@sethvargo sethvargo merged commit e94cab6 into main May 27, 2022
@sethvargo sethvargo deleted the sethvargo/noinit branch May 27, 2022 19:03
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

noinit on non-struct fields
1 participant