clippy fix

This commit is contained in:
2024-01-15 21:50:50 -05:00
parent 3992529a71
commit e2446514db
116 changed files with 378 additions and 409 deletions
@@ -22,3 +22,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run Clippy
run: cargo clippy --all-targets --all-features