servo / unicode-bidi

Implementation of the Unicode Bidirection Algorithm in Rust
Other
78 stars 33 forks source link

Update to 2018 edition and fix warnings #56

Closed mbrubeck closed 3 years ago

mbrubeck commented 3 years ago

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 commented 3 years ago

@bors r+

mbrubeck commented 3 years ago

@bors-servo r=Manishearth

bors-servo commented 3 years ago

:pushpin: Commit d01aa65 has been approved by Manishearth

bors-servo commented 3 years ago

:hourglass: Testing commit d01aa65a2017cdadd0cf573220d6b5d55619979d with merge ddfc1681a4b303d9f82373bbd351166cd324c591...

bors-servo commented 3 years ago

:sunny: Test successful - checks-travis Approved by: Manishearth Pushing ddfc1681a4b303d9f82373bbd351166cd324c591 to master...