Skip to content

Commit

Permalink
fix: clippy build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pbellchambers committed Jun 25, 2024
1 parent 8527dbe commit 49337fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
cargo fmt -- --check --verbose
- name: Clippy Check
run: |
cargo clippy
cargo clippy --version
cargo clippy -- --verbose -D warnings
Expand Down

0 comments on commit 49337fe

Please sign in to comment.