Skip to content

Commit

Permalink
chore: fix cargo clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
gmallios committed Oct 2, 2024
1 parent fb24f92 commit 874ba18
Show file tree
Hide file tree
Showing 43 changed files with 915 additions and 999 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Rust CI
on: [pull_request, push]
on: [ pull_request, push ]

jobs:
check:
Expand Down Expand Up @@ -92,4 +92,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --all-targets --all-features -- -D warnings
Loading

0 comments on commit 874ba18

Please sign in to comment.