Skip to content

Commit a2cc8bb

Browse files
committed
Remove -Dwarnings from clippy run
1 parent 9c6b3f3 commit a2cc8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
components: rustfmt, clippy
4242

4343
- run: cargo fmt --check
44-
- run: cargo clippy --target=${{ matrix.target }} ${{ matrix.features }} -- -Dwarnings
44+
- run: cargo clippy --target=${{ matrix.target }} ${{ matrix.features }}
4545
- run: cargo build --target=${{ matrix.target }} ${{ matrix.features }}
4646
- run: cargo doc --target=${{ matrix.target }} ${{ matrix.features }}
4747
env:

0 commit comments

Comments
 (0)