Skip to content

Unconditionally use MaybeUninit #259

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

Merged
merged 2 commits into from
Oct 21, 2019
Merged

Unconditionally use MaybeUninit #259

merged 2 commits into from
Oct 21, 2019

Conversation

nox
Copy link
Contributor

@nox nox commented Oct 15, 2019

This raises the minimum Rust version to 1.36.0, so this is a breaking change.

@asajeffrey
Copy link
Member

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 6c7c8a2 has been approved by asajeffrey

@bors-servo
Copy link
Contributor

⌛ Testing commit 6c7c8a2 with merge fe4e948...

bors-servo pushed a commit that referenced this pull request Oct 18, 2019
Unconditionally use MaybeUninit

This raises the minimum Rust version to 1.36.0, so this is a breaking change.
@bors-servo
Copy link
Contributor

💔 Test failed - checks-travis

@nox
Copy link
Contributor Author

nox commented Oct 18, 2019

Not sure what happened here but anyway I amended my commit to avoid passing an uninitialised &mut [u8]. Feel free to review again @asajeffrey.

@@ -1,6 +1,6 @@
[package]
name = "cssparser-macros"
version = "0.3.6"
version = "0.4.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this bump? This PR makes no other change in this crate.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bump was made in this PR before we had planned to do other changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh never mind I see what you mean.

This raises the minimum Rust version to 1.36.0, so this is
a breaking change.
@nox
Copy link
Contributor Author

nox commented Oct 21, 2019

@bors-servo r=SimonSapin,nox

@bors-servo
Copy link
Contributor

📌 Commit 4721b69 has been approved by SimonSapin,nox

bors-servo pushed a commit that referenced this pull request Oct 21, 2019
Unconditionally use MaybeUninit

This raises the minimum Rust version to 1.36.0, so this is a breaking change.
@bors-servo
Copy link
Contributor

⌛ Testing commit 4721b69 with merge b17fe79...

@bors-servo
Copy link
Contributor

☀️ Test successful - checks-travis
Approved by: SimonSapin,nox
Pushing b17fe79 to master...

@bors-servo bors-servo merged commit 4721b69 into master Oct 21, 2019
@SimonSapin SimonSapin deleted the maybe-uninit branch October 21, 2019 12:09
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.

4 participants