fabro/lib/crates/fabro-cli/src
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
..
commands Enable additional pedantic clippy lints and fix violations 2026-03-29 13:47:08 -04:00
shared Enable clippy pedantic lints and restriction lints workspace-wide 2026-03-29 13:47:08 -04:00
sleep_inhibitor Fold fabro-beastie into fabro-cli as internal sleep_inhibitor module 2026-03-29 13:47:07 -04:00
args.rs Enable clippy pedantic lints and restriction lints workspace-wide 2026-03-29 13:47:08 -04:00
cli_config.rs Enable clippy pedantic lints and restriction lints workspace-wide 2026-03-29 13:47:08 -04:00
logging.rs Enable clippy pedantic lints and restriction lints workspace-wide 2026-03-29 13:47:08 -04:00
main.rs Enable additional pedantic clippy lints and fix violations 2026-03-29 13:47:08 -04:00