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

Update to 2018 edition and fix warnings #56

Merged
merged 1 commit into from
Apr 6, 2021

Conversation

mbrubeck
Copy link
Contributor

@mbrubeck mbrubeck commented Apr 6, 2021

This increases the minimum supported Rust version from 1.17 to 1.31 (released in December 2018). I hope this will have little impact on users, since this version of Rust is almost 2.5 years old, and because our main downstream crates (url and postgres-protocol) already require 1.31 or later.

Many of the changes below are fixing new rustc/clippy warnings added in recent toolchains.

r? @Manishearth

@Manishearth
Copy link
Member

@bors r+

@mbrubeck
Copy link
Contributor Author

mbrubeck commented Apr 6, 2021

@bors-servo r=Manishearth

@bors-servo
Copy link
Contributor

📌 Commit d01aa65 has been approved by Manishearth

@bors-servo
Copy link
Contributor

⌛ Testing commit d01aa65 with merge ddfc168...

@bors-servo
Copy link
Contributor

☀️ Test successful - checks-travis
Approved by: Manishearth
Pushing ddfc168 to master...

@bors-servo bors-servo merged commit ddfc168 into servo:master Apr 6, 2021
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.

None yet

3 participants