-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't lint if_same_then_else
with if let
conditions
#8297
Conversation
r? @Manishearth (rust-highfive has picked a reviewer for you, use r? to override) |
e2f0a32
to
aaf49a5
Compare
@bors r+ |
📌 Commit aaf49a5 has been approved by |
Don't lint `if_same_then_else` with `if let` conditions fixes #7579 changelog: Don't lint `if_same_then_else` with `if let` conditions
💔 Test failed - checks-action_test |
aaf49a5
to
4cddbb0
Compare
Should be fixed now. Didn't account for the number of conditions and the number of blocks being different at first. |
e04127e
to
9e4b39e
Compare
9e4b39e
to
5461ed6
Compare
@bors r+ |
📌 Commit 5461ed6 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
fixes #7579
changelog: Don't lint
if_same_then_else
withif let
conditions