We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee700de commit 826cce4Copy full SHA for 826cce4
1 file changed
.github/workflows/ci.yaml
@@ -44,7 +44,7 @@ jobs:
44
toolchain: ${{ matrix.rust }}
45
components: clippy
46
- uses: Swatinem/rust-cache@v2
47
- - run: cargo clippy "${FEATURES}"
+ - run: cargo clippy -F "${FEATURES}"
48
49
format:
50
runs-on: ubuntu-latest
0 commit comments