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 3297d7b commit 0d2fd07Copy full SHA for 0d2fd07
.github/workflows/rust.yml
@@ -15,4 +15,5 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- uses: dtolnay/rust-toolchain@1.70.0
18
+ - run: rustup component add clippy
19
- run: cargo clippy --all-targets --all-features
0 commit comments