]> git.lizzy.rs Git - rust.git/commit
Auto merge of #3577 - daxpedda:master, r=flip1995
authorbors <bors@rust-lang.org>
Thu, 27 Dec 2018 15:21:22 +0000 (15:21 +0000)
committerbors <bors@rust-lang.org>
Thu, 27 Dec 2018 15:21:22 +0000 (15:21 +0000)
commit721f688eff3dd5db77c92e8a887f1ff7255ba0ab
treeb20abd113535816591409665924a16674ef31239
parent44ffda7e76e8c801684da81daecd6e783207fb69
parent2d96ef1315ebf933be79533c6c39ec2e3d7d1b85
Auto merge of #3577 - daxpedda:master, r=flip1995

Fix false positives for `implicit_return` and `empty_loop` on macro expansion.

This PR only fixes `implicit_return` and `empty_loop`.
But I suspect this bug may affect a lot of other lints.