-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Current State
CI reports 319 Clippy warnings in zkml/. All are code style issues (non-blocking).
Desired State
Zero Clippy warnings when running cargo clippy --lib -p zkml.
Actions
- Run
cargo clippy --fix --lib -p zkml --allow-dirty - Manually review and fix any warnings not auto-fixed
- Ensure tests still pass after changes
Success Criteria
cargo clippy --lib -p zkml -- -D warningsexits with code 0- All existing tests pass
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers