fix clippy errors

This commit is contained in:
geoffsee
2025-09-04 13:53:00 -04:00
parent c1c583faab
commit fb5098eba6
11 changed files with 15 additions and 38 deletions

View File

@@ -45,7 +45,7 @@ jobs:
- name: Clippy
shell: bash
run: cargo clippy --all-targets
run: cargo clippy --all
- name: Tests
shell: bash