clippy CI and all warnings fixed

This commit is contained in:
Maccesch 2023-06-10 19:56:51 +01:00
parent 5e04455640
commit 6b52024792

View file

@ -34,6 +34,7 @@ jobs:
uses: auguwu/clippy-action@1.1.2
with:
args: --all-features --tests -- -D warnings
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests
run: cargo test --all-features