Skip to content

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
@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