Skip to content

Commit 826cce4

Browse files
committed
Fix clippy features
1 parent ee700de commit 826cce4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
toolchain: ${{ matrix.rust }}
4545
components: clippy
4646
- uses: Swatinem/rust-cache@v2
47-
- run: cargo clippy "${FEATURES}"
47+
- run: cargo clippy -F "${FEATURES}"
4848

4949
format:
5050
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)