]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #54885 - llogiq:fix-54704, r=nikomatsakis
authorkennytm <kennytm@gmail.com>
Tue, 30 Oct 2018 10:55:25 +0000 (18:55 +0800)
committerGitHub <noreply@github.com>
Tue, 30 Oct 2018 10:55:25 +0000 (18:55 +0800)
commitdf511e94a04c3eaf7bf348ccfcbd4b22315bed84
tree2302347377b3d9d51ef225a52cdf11759ce282ab
parentb1ca3907e00211b2f645133af3574ca22e4f4f4d
parent1a37575ade6dafedca29ffa03edbf2167cc1e544
Rollup merge of #54885 - llogiq:fix-54704, r=nikomatsakis

Don't lint 'unused_parens` on `if (break _) { .. }`

This fixes #54704