fabro/lib/crates/fabro-cli
Bryan Helmkamp 752d04cbcb Enable additional pedantic clippy lints and fix violations
Enables cast_possible_truncation, cast_sign_loss, items_after_statements,
needless_pass_by_value, return_self_not_must_use, uninlined_format_args,
unreadable_literal, and unnested_or_patterns. Keeps doc_markdown disabled.

Replaces unsafe `as` casts with try_from().unwrap() throughout, using
#[allow] only for f64-to-integer casts which have no try_from equivalent.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 13:47:08 -04:00
..
src Enable additional pedantic clippy lints 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