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

Don't run rust check in CI, so that clippy actually works #16

Merged
merged 2 commits into from
Dec 17, 2018

Conversation

mythmon
Copy link
Contributor

@mythmon mythmon commented Dec 17, 2018

A couple commits lately have landed with clippy problems, since it didn't actually check anything in CI. I expect this will cause some failures, which I'll fix in this PR.

See also rust-lang/rust-clippy#2604.

@mythmon mythmon self-assigned this Dec 17, 2018
@mythmon mythmon removed their assignment Dec 17, 2018
Copy link
Contributor

@leplatrem leplatrem left a comment

Choose a reason for hiding this comment

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

👍

I hadn't ran clippy locally :|

@mythmon
Copy link
Contributor Author

mythmon commented Dec 17, 2018

Even if you had run clippy, it's really easy to get it to just report nothing. For example, if you ran cargo build successfully, and then ran cargo clippy, clippy would never report anything.

@mythmon mythmon merged commit 1e9eca0 into master Dec 17, 2018
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.

2 participants