-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Small refactoring of methods/mod.rs #4443
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
Conversation
Thanks for tackling @bors r+ |
📌 Commit 2da8288 has been approved by |
Small refactoring of methods/mod.rs
💔 Test failed - checks-travis |
I took the liberty to add the @bors retry |
Small refactoring of methods/mod.rs changelog: none
return; | ||
} | ||
let mut finder = FunCallFinder { cx: &cx, found: false }; | ||
if { finder.visit_expr(&arg); finder.found }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have been flagged by block_in_if_condition_stmt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may have been skipped because of a macro check in the lint?
☀️ Test successful - checks-travis, status-appveyor |
changelog: none