Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Run clippy with a workaround to avoid being skipped #10464

Merged
merged 3 commits into from
Jun 9, 2020

Conversation

ryoqun
Copy link
Contributor

@ryoqun ryoqun commented Jun 9, 2020

follow up: #10463

Well, I wondered why clippy got so fast.... it turns out like this... ;)

rust-lang/rust-clippy#4612

@ryoqun ryoqun merged commit 9d07a23 into solana-labs:master Jun 9, 2020
@ryoqun ryoqun changed the title Run clippy before check to avoid being skipped Run clippy with a workaround to avoid being skipped Jun 9, 2020
@ryoqun ryoqun mentioned this pull request Jun 9, 2020
Comment on lines +27 to +29
# -Z... is needed because of clippy bug: https://github.com/rust-lang/rust-clippy/issues/4612
_ cargo +"$rust_nightly" clippy -Zunstable-options --version
_ cargo +"$rust_nightly" clippy -Zunstable-options --workspace --all-targets -- --deny=warnings
Copy link
Contributor Author

Choose a reason for hiding this comment

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

here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant