]> git.lizzy.rs Git - rust.git/commit
Auto merge of #9747 - kraktus:option_if_let_else, r=Manishearth
authorbors <bors@rust-lang.org>
Sun, 30 Oct 2022 22:46:41 +0000 (22:46 +0000)
committerbors <bors@rust-lang.org>
Sun, 30 Oct 2022 22:46:41 +0000 (22:46 +0000)
commit00610b30f90f657863c8f092d772d05d52087938
tree3403e26d3a2cef541f184098edce97790c35fbf8
parent10e07cc4845ed99db2f5a91170e2b5b3fa263ea9
parent00cf07b5214d7b072470bb4584737f51242bdd55
Auto merge of #9747 - kraktus:option_if_let_else, r=Manishearth

[`option_if_let_else`] do not lint if any arm has guard

fix https://github.com/rust-lang/rust-clippy/issues/9742

changelog: [`option_if_let_else`] do not lint if any arm has guard