Skip to content

don't require cargo clippy to pass a --lib or --bin x argument #960

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
May 31, 2016
Merged

don't require cargo clippy to pass a --lib or --bin x argument #960

merged 5 commits into from
May 31, 2016

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented May 27, 2016

fixes #935

@oli-obk
Copy link
Contributor Author

oli-obk commented May 27, 2016

now that we have a metadata parser, we can check the version of clippy vs clippy-lints by using that metadata parser ^^ no need for text-parsing

@Manishearth
Copy link
Member

That works, just add something in tests/ I geuss?

@oli-obk
Copy link
Contributor Author

oli-obk commented May 31, 2016

done

@llogiq llogiq merged commit 762aff2 into rust-lang:master May 31, 2016
@llogiq
Copy link
Contributor

llogiq commented May 31, 2016

Cool! I've wanted this for some time. 😄

@oli-obk oli-obk deleted the libbin branch May 31, 2016 14:56
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.

Bad error running cargo clippy on multiple crate project
3 participants