We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18df9c7 commit 126b306Copy full SHA for 126b306
.circleci/config.yml
@@ -40,4 +40,4 @@ jobs:
40
command: rustup component add clippy
41
- run:
42
name: Run cargo clippy
43
- command: cargo clippy -- -Drust-2018-idioms -Dwarnings
+ command: cargo clippy --all-features -- -Drust-2018-idioms -Dwarnings
0 commit comments