Skip to content
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

more check_*_post methods for LintPasses #31926

Merged
merged 1 commit into from
Feb 27, 2016
Merged

Conversation

llogiq
Copy link
Contributor

@llogiq llogiq commented Feb 26, 2016

These _post methods are quite helpful to control lint behavior without storing e.g. block node ids. So here are a few more I believe will be helpful.

r? @Manishearth

@Manishearth
Copy link
Member

r? @eddyb

I'm not going to review PRs that directly benefit clippy 😄 . Though this LGTM

@rust-highfive rust-highfive assigned eddyb and unassigned Manishearth Feb 26, 2016
@eddyb
Copy link
Member

eddyb commented Feb 26, 2016

One of these days it will be automated...
@bors r+

@bors
Copy link
Contributor

bors commented Feb 26, 2016

📌 Commit d315dc6 has been approved by eddyb

@bors
Copy link
Contributor

bors commented Feb 27, 2016

⌛ Testing commit d315dc6 with merge a2cf252...

Manishearth added a commit to Manishearth/rust that referenced this pull request Feb 27, 2016
These `_post` methods are quite helpful to control lint behavior without storing e.g. block node ids. So here are a few more I believe will be helpful.

r? @Manishearth
@bors
Copy link
Contributor

bors commented Feb 27, 2016

⛄ The build was interrupted to prioritize another pull request.

@llogiq
Copy link
Contributor Author

llogiq commented Feb 27, 2016

@Manishearth I just asked for you because you know the code in question very well. Just for the record, this is no tatkeover attempt of rustc's lint interface by clippy. 😄

@bors
Copy link
Contributor

bors commented Feb 27, 2016

⌛ Testing commit d315dc6 with merge 80dee36...

bors added a commit that referenced this pull request Feb 27, 2016
These `_post` methods are quite helpful to control lint behavior without storing e.g. block node ids. So here are a few more I believe will be helpful.

r? @Manishearth
bors added a commit that referenced this pull request Feb 27, 2016
@bors bors merged commit d315dc6 into rust-lang:master Feb 27, 2016
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.

4 participants