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.
2 parents 68f029a + d706e47 commit 6a44b75Copy full SHA for 6a44b75
.github/workflows/ci.yml
@@ -52,4 +52,4 @@ jobs:
52
- run: rustup set profile minimal
53
- run: rustup show
54
- run: rustup component add clippy
55
- - run: cargo clippy --all -- -D warnings
+ - run: cargo clippy --all -- --deny warnings --allow clippy::unknown-clippy-lints
0 commit comments