hephaestus/crates/heph-tui
Erich Blume 6ddc9b83bf
All checks were successful
Build / validate (push) Successful in 9m35s
fix: clippy single_match in heph-tui + add clippy pre-commit hook
CI on main failed on a clippy::single_match lint in the heph-tui sidebar
key handler. Rewrite as `if let`. Also add a `cargo clippy -D warnings`
prek hook mirroring cargo-fmt, so lints are caught locally before CI
(prek previously only ran cargo fmt).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-03 20:53:50 -07:00
..
src fix: clippy single_match in heph-tui + add clippy pre-commit hook 2026-06-03 20:53:50 -07:00
tests style: cargo fmt — normalize earlier hand-committed files 2026-06-03 20:38:44 -07:00
Cargo.toml