]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Auto merge of #62331 - wesleywiser:fix_early_return_leak, r=matthewjasper
authorbors <bors@rust-lang.org>
Sun, 14 Jul 2019 05:25:08 +0000 (05:25 +0000)
committerbors <bors@rust-lang.org>
Sun, 14 Jul 2019 05:25:08 +0000 (05:25 +0000)
commit03a68d6973c4165563b97b86c7159a157ae1b109
treee3385c32a302fffa95c8d116232504ff56fbfbeb
parentfa6b70658e76ca47e1627308c736edab63a17dc8
parentaabaf121550dd3743f12ff30bab625d6f2d6f89c
Auto merge of #62331 - wesleywiser:fix_early_return_leak, r=matthewjasper

Fix leak when early returning out of `box` syntax

Fixes #62289

r? @matthewjasper