]> git.lizzy.rs Git - rust.git/commit
Auto merge of #3676 - daxpedda:implicit_return, r=oli-obk
authorbors <bors@rust-lang.org>
Mon, 21 Jan 2019 12:25:45 +0000 (12:25 +0000)
committerbors <bors@rust-lang.org>
Mon, 21 Jan 2019 12:25:45 +0000 (12:25 +0000)
commite0bcec717ad81c66a6a2f9f46460604090cfa0c8
treedeafb7680dc6efc20403b2f49ddab6520e173148
parent54978a571c78856df200f842683069efcbe10074
parent2183cfcc13c12f21571879dcc8ef40c4dfc9d8a7
Auto merge of #3676 - daxpedda:implicit_return, r=oli-obk

Fix `implicit_return` false positives.

Fixes the following false positives:
- linting on `if let` without `else` in a `loop` even with a present `return`
- linting on `unreachable!()`