Skip to content

rustc_lint: various cleanup #22893

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 6 commits into from
Mar 2, 2015
Merged

rustc_lint: various cleanup #22893

merged 6 commits into from
Mar 2, 2015

Conversation

Ms2ger
Copy link
Contributor

@Ms2ger Ms2ger commented Feb 28, 2015

No description provided.

@rust-highfive
Copy link
Contributor

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@@ -595,7 +601,7 @@ impl LintPass for RawPointerDerive {

fn check_item(&mut self, cx: &Context, item: &ast::Item) {
if !attr::contains_name(&item.attrs, "automatically_derived") {
return
return;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ewww, take it away take it away

:P

@huonw
Copy link
Member

huonw commented Mar 1, 2015

@bors r+ fe2e rollup

Manishearth added a commit to Manishearth/rust that referenced this pull request Mar 1, 2015
@bors bors merged commit fe2e097 into rust-lang:master Mar 2, 2015
@Ms2ger Ms2ger deleted the lints branch March 12, 2015 10:26
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.

6 participants