Finding
backend does not pass cargo clippy --all-targets -- -D warnings. These are mostly mechanical but block using clippy as a production gate.
Evidence
- clippy reports redundant closures, collapsible if statements, type complexity, new_without_default, manual clamp, and unnecessary cast warnings.
Acceptance criteria
- Resolve current clippy warnings in backend.
- cargo clippy --all-targets -- -D warnings passes in backend.
- Keep behavior equivalent.
Finding
backend does not pass cargo clippy --all-targets -- -D warnings. These are mostly mechanical but block using clippy as a production gate.
Evidence
Acceptance criteria