chore: fix clippy warnings (#616)

* fix clippy warnings

* error on warnings in workflow
This commit is contained in:
Gabriel Gordon-Hall
2025-09-03 12:49:53 +01:00
committed by GitHub
parent db9e443632
commit 4bd5caa1b2
25 changed files with 145 additions and 253 deletions

View File

@@ -60,4 +60,4 @@ jobs:
cargo fmt --all -- --check
npm run generate-types:check
cargo test --workspace
cargo clippy --all --all-targets --all-features
cargo clippy --all --all-targets -- -D warnings