-
Notifications
You must be signed in to change notification settings - Fork 136
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
Conversation
@bors-servo r+ |
📌 Commit 6c7c8a2 has been approved by |
Unconditionally use MaybeUninit This raises the minimum Rust version to 1.36.0, so this is a breaking change.
💔 Test failed - checks-travis |
Not sure what happened here but anyway I amended my commit to avoid passing an uninitialised |
macros/Cargo.toml
Outdated
@@ -1,6 +1,6 @@ | |||
[package] | |||
name = "cssparser-macros" | |||
version = "0.3.6" | |||
version = "0.4.0" |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
@bors-servo r=SimonSapin,nox |
📌 Commit 4721b69 has been approved by |
Unconditionally use MaybeUninit This raises the minimum Rust version to 1.36.0, so this is a breaking change.
☀️ Test successful - checks-travis |
This raises the minimum Rust version to 1.36.0, so this is a breaking change.