cargo fmt + clippy --fix: 104 format violations fixed, 8 clippy auto-fixes

This commit is contained in:
MattJackson
2026-04-11 19:10:20 +00:00
parent c91d6e371f
commit d56dd934bb
27 changed files with 831 additions and 378 deletions
-1
View File
@@ -255,4 +255,3 @@ pub struct InputOptions {
pub keydb_path: Option<String>,
pub title_index: Option<usize>,
}