ci: Make clippy less strict

This commit is contained in:
Jason White 2024-02-14 21:53:02 -08:00
parent 17e8f64e94
commit 98cdc95973

View file

@ -66,4 +66,4 @@ jobs:
with: with:
components: clippy components: clippy
- name: Run cargo clippy - name: Run cargo clippy
run: cargo clippy --all-features -- -Dclippy::all run: cargo clippy --all-features