]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #6347 - Eh2406:dell-copy, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 26 Nov 2018 03:46:26 +0000 (03:46 +0000)
committerbors <bors@rust-lang.org>
Mon, 26 Nov 2018 03:46:26 +0000 (03:46 +0000)
remove clones made redundant by Intern SourceId

This is a follow up to #6342. I used clippy to find all the places we called `.clone()`  on a `SourceId` or where we passed `&SourceId`. This also involved fixing a large number of other things clippy was complaining about, and running `fmt` on a large number of files.


Trivial merge