fabro/lib/crates/fabro-cli
Bryan Helmkamp 0ba54ffdea Remove unreachable wildcard arms in sandbox provider matches
The SandboxProvider::Exe variant is gated behind #[cfg(feature = "exedev")],
so the remaining variants are exhaustively matched without the wildcard.
Removing the dead arms fixes clippy's unreachable-patterns warning.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 17:43:39 -04:00
..
src Remove unreachable wildcard arms in sandbox provider matches 2026-03-18 17:43:39 -04:00
tests Rename init to repo init with backwards-compat shim 2026-03-18 17:41:49 -04:00
build.rs Move git SHA/build date from fabro-util to fabro-cli build.rs 2026-03-13 15:03:12 -04:00
Cargo.toml Expand scenario tests to cover more CLI subcommands 2026-03-18 16:05:13 -04:00