Skip to content

Commit f0fb484

Browse files
authored
Merge pull request #91 from Nercury/remove-dwarnings-from-clippy-run
Remove -Dwarnings from clippy run
2 parents 9c6b3f3 + fbf6067 commit f0fb484

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

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

4343
- run: cargo fmt --check
44-
- run: cargo clippy --target=${{ matrix.target }} ${{ matrix.features }} -- -Dwarnings
4544
- run: cargo build --target=${{ matrix.target }} ${{ matrix.features }}
4645
- run: cargo doc --target=${{ matrix.target }} ${{ matrix.features }}
4746
env:

0 commit comments

Comments
 (0)