]> git.lizzy.rs Git - rust.git/commit
Auto merge of #806 - varkor:patch-1, r=RalfJung
authorbors <bors@rust-lang.org>
Sun, 30 Jun 2019 15:07:03 +0000 (15:07 +0000)
committerbors <bors@rust-lang.org>
Sun, 30 Jun 2019 15:07:03 +0000 (15:07 +0000)
commit72b2e1045d642c517347c421b1db92e34c22a70d
treee482096e95e6bc91811ae6b4da341790cce37280
parentaeb658e8bd5ef344c9843545c6ab0cb8bd800c2b
parent5d4aae8c05c6389c41b0cf5585c9dd1a645bfbd3
Auto merge of #806 - varkor:patch-1, r=RalfJung

Fix `unused_must_use` inside `Box`

After https://github.com/rust-lang/rust/pull/62228, this will be linted against (and causes the test to fail). (This blocks https://github.com/rust-lang/rust/pull/62228.)