Skip to content

Commit

Permalink
chore: suppress clippy warnings (sparckles#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox authored Dec 13, 2024
1 parent 0b18882 commit 02d1ce7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- run: cargo clippy -- -D warnings
- run: cargo clippy
# -- -D warnings

0 comments on commit 02d1ce7

Please sign in to comment.