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

Change mem::uninitialized to mem::MaybeUninit #322

Closed
wants to merge 1 commit into from
Closed

Change mem::uninitialized to mem::MaybeUninit #322

wants to merge 1 commit into from

Conversation

ureeves
Copy link

@ureeves ureeves commented Jan 13, 2020

Since Rust 1.39.0 mem::uninitialized() has been deprecated. Removed its usages
and used the recommended mem::MaybeUninit instead.

Since Rust 1.39.0 mem::uninitialized() has been deprecated. Removed its usages
and used the recommended mem::MaybeUninit instead.
@whitequark
Copy link
Contributor

Our MSRV is lower than 1.36.0, so I'm going to keep this PR open until it is at least that high.

@ureeves
Copy link
Author

ureeves commented Jan 13, 2020

Woops. Hadn't noticed you support 1.28.0 and later. In any case, happy to keep it open until appropriate.

@whitequark
Copy link
Contributor

Merged in #357.

@whitequark whitequark closed this Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants