Closed mbrubeck closed 3 years ago
@bors r+
@bors-servo r=Manishearth
:pushpin: Commit d01aa65 has been approved by Manishearth
:hourglass: Testing commit d01aa65a2017cdadd0cf573220d6b5d55619979d with merge ddfc1681a4b303d9f82373bbd351166cd324c591...
:sunny: Test successful - checks-travis Approved by: Manishearth Pushing ddfc1681a4b303d9f82373bbd351166cd324c591 to master...
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
andpostgres-protocol
) already require 1.31 or later.Many of the changes below are fixing new rustc/clippy warnings added in recent toolchains.
r? @Manishearth