Skip to content

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

Merged
merged 5 commits into from
Aug 24, 2019

Conversation

jeremystucki
Copy link
Contributor

@jeremystucki jeremystucki commented Aug 23, 2019

changelog: none

@phansch
Copy link
Member

phansch commented Aug 24, 2019

Thanks for tackling methods/mod.rs!

@bors r+

@bors
Copy link
Contributor

bors commented Aug 24, 2019

📌 Commit 2da8288 has been approved by phansch

@bors
Copy link
Contributor

bors commented Aug 24, 2019

⌛ Testing commit 2da8288 with merge 2640a26...

bors added a commit that referenced this pull request Aug 24, 2019
@bors
Copy link
Contributor

bors commented Aug 24, 2019

💔 Test failed - checks-travis

@phansch
Copy link
Member

phansch commented Aug 24, 2019

I took the liberty to add the changelog: none the the PR body, now it should work.

@bors retry

@bors
Copy link
Contributor

bors commented Aug 24, 2019

⌛ Testing commit 2da8288 with merge 2bcb615...

bors added a commit that referenced this pull request Aug 24, 2019
Small refactoring of methods/mod.rs

changelog: none
return;
}
let mut finder = FunCallFinder { cx: &cx, found: false };
if { finder.visit_expr(&arg); finder.found };
Copy link

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

Copy link
Member

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?

@bors
Copy link
Contributor

bors commented Aug 24, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: phansch
Pushing 2bcb615 to master...

@bors bors merged commit 2da8288 into rust-lang:master Aug 24, 2019
@jeremystucki jeremystucki deleted the methods-refactoring branch August 24, 2019 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants