]> git.lizzy.rs Git - rust.git/commitdiff
Merge #1482
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Thu, 4 Jul 2019 21:56:36 +0000 (21:56 +0000)
committerbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Thu, 4 Jul 2019 21:56:36 +0000 (21:56 +0000)
1482: Some clippy fixes for 1.36 r=kjeremy a=kjeremy

Some clippy fixes now that 1.36 is released. ~~Plus the requisite format run (I can rebase after #1481 is merged to make this cleaner) .~~

The change from `map(|it| *it)` to `copied()` changes the minimum rust stable to 1.36.

Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>

Trivial merge