ci(clippy): deny default warnings

but keep `style` as `warn`
This commit is contained in:
Rudxain 2025-04-29 14:39:45 -04:00
commit 5c5499bc6b
No known key found for this signature in database
GPG key ID: 0DAC837DDEF8E96C

View file

@ -30,7 +30,7 @@ jobs:
lint: fmt
include:
- lint: clippy
args: " --all-features"
args: " --all-features -- -D clippy::all -W clippy::style"
- lint: test
args: ""
- lint: fmt