Merge commit '2ca58e7dda' into clippyup

This commit is contained in:
flip1995 2020-07-14 14:59:59 +02:00
commit f82ac4d448
No known key found for this signature in database
GPG key ID: 693086869D506637
143 changed files with 4317 additions and 1084 deletions

View file

@ -12,7 +12,7 @@ labels: L-lint
- Kind: *See <https://github.com/rust-lang/rust-clippy/blob/master/README.md#clippy> for list of lint kinds*
*What benefit of this lint over old code?*
*What is the advantage of the recommended code over the original code*
For example:
- Remove bounce checking inserted by ...

View file

@ -240,7 +240,8 @@ jobs:
- 'Geal/nom'
- 'rust-lang/stdarch'
- 'serde-rs/serde'
- 'chronotope/chrono'
# FIXME: chrono currently cannot be compiled with `--all-targets`
# - 'chronotope/chrono'
- 'hyperium/hyper'
- 'rust-random/rand'
- 'rust-lang/futures-rs'