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

FromZeroes for Option<T> where T is subject to NPO #595

Merged
merged 1 commit into from Nov 4, 2023

Conversation

joshlf
Copy link
Member

@joshlf joshlf commented Nov 4, 2023

For thin pointer types, P (Box<T>, &T, &mut T, and NonNull<T> where T: Sized), implement FromZeroes for Option<P>.

Release 0.7.25.

Closes #293

For thin pointer types, `P` (`Box<T>`, `&T`, `&mut T`, and `NonNull<T>`
where `T: Sized`), implement `FromZeroes` for `Option<P>`.

Release 0.7.25.

Closes #293
@joshlf joshlf requested a review from jswrenn November 4, 2023 02:45
@joshlf joshlf enabled auto-merge November 4, 2023 02:45
@joshlf joshlf added this pull request to the merge queue Nov 4, 2023
Merged via the queue into main with commit dcadae6 Nov 4, 2023
126 checks passed
@joshlf joshlf deleted the from-zeroes-option-npo branch November 4, 2023 03:06
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.

Implement FromZeroes for Option types?
2 participants