chore(rust): use same params for clippy as the CI + correct clippy warnings

This commit is contained in:
Edouard Vanbelle
2026-04-27 09:29:45 +02:00
parent 30fd3cc488
commit 3a315ae75d
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -31,11 +31,11 @@ fmt-check:
cargo fmt --all --check
lint:
cargo clippy -- -D warnings
cargo clippy --all-features --all-targets -- -D warnings
check:
cargo fmt --all
cargo clippy -- -D warnings
cargo clippy --all-features --all-targets -- -D warnings
openapi:
cargo run --bin generate-openapi