Location:
Clippy lint:
always succeeds — it returns when all checks pass and when checks fail. The wrapper is never used to convey an actual error. The only "error" case (git/command not available) is handled internally with .
Fix: Change return type to and return or directly.
Existing issues: No open issue covers this specific unnecessary wrapper in . Related but distinct: #572 covers in .
Location:
Clippy lint:
always succeeds — it returns when all checks pass and when checks fail. The wrapper is never used to convey an actual error. The only "error" case (git/command not available) is handled internally with .
Fix: Change return type to and return or directly.
Existing issues: No open issue covers this specific unnecessary wrapper in . Related but distinct: #572 covers in .