fabro/lib/crates/fabro-server
Bryan Helmkamp a6a11cdd82
chore(run-files): fix pre-existing clippy lints
- classify_section now returns FileDiffChangeKind directly (unnecessary_wraps)
- collapse nested Some(...) or-pattern into single arm (unnested_or_patterns)
- replace .unwrap() with .expect() in append_completed_run_with_final_patch test helper (unwrap_used)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 13:16:40 -04:00
..
src chore(run-files): fix pre-existing clippy lints 2026-04-29 13:16:40 -04:00
tests chore(run-files): fix pre-existing clippy lints 2026-04-29 13:16:40 -04:00
build.rs feat(cli): surface debug build profile in version output 2026-04-18 09:44:54 -04:00
Cargo.toml feat(install): add sandbox provider step to web install wizard 2026-04-27 14:59:17 -07:00