Skip to content

Remove use of maybe_uninit_uninit_array #16

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

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

Conversation

tehmatt
Copy link

@tehmatt tehmatt commented Feb 27, 2025

maybe_uninit_uninit_array isn't needed anymore, since uninit_array is directly replaceable with an inline const expression (as the docs mention: https://doc.rust-lang.org/std/mem/union.MaybeUninit.html#method.uninit_array)

@tehmatt tehmatt force-pushed the tehmatt-maybe_uninit_uninit_array branch 2 times, most recently from e1c42fb to 30bde68 Compare February 27, 2025 07:37
`maybe_uninit_uninit_array` isn't needed anymore, since it's directly
replaceable with an inline const expression.
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