]> git.lizzy.rs Git - rust.git/commitdiff
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)
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.


Trivial merge