fabro/lib/crates/fabro-cli
Bryan Helmkamp 8f288214eb Enable cast_possible_wrap clippy lint and fix violations
Replaces 14 unsigned-to-signed `as` casts with try_from().unwrap()
to panic on overflow instead of silently wrapping.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 13:47:08 -04:00
..
src Enable cast_possible_wrap clippy lint and fix violations 2026-03-29 13:47:08 -04:00
tests Apply rustfmt 2024 style edition across workspace 2026-03-29 13:47:08 -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 Enforce no-wildcard-imports via clippy workspace lint 2026-03-29 13:47:08 -04:00