Skip to content

Commit

Permalink
Fix Clippy warnings (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xh3rman committed May 17, 2024
1 parent 578d76e commit b884c25
Show file tree
Hide file tree
Showing 9 changed files with 859 additions and 977 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Run Lint
run: cargo clippy -- -D warnings
run: |
cargo clippy --version
cargo clippy -- -D warnings
Loading

0 comments on commit b884c25

Please sign in to comment.