]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #8138 - Dylan-DPC:fix/transmute_unused, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 20 Apr 2020 14:06:51 +0000 (14:06 +0000)
committerbors <bors@rust-lang.org>
Mon, 20 Apr 2020 14:06:51 +0000 (14:06 +0000)
fix mem replace unused

`mem::replace` will be linted as must_use, so modifying this.

This is currently blocking https://github.com/rust-lang/rust/pull/71256


Trivial merge