Fixed all clippy warnings.

This commit is contained in:
Mohammad Dashti
2023-10-06 13:20:19 -07:00
parent c4fb72b9fc
commit d1f3b847e3
16 changed files with 233 additions and 286 deletions

View File

@@ -25,7 +25,7 @@ pub struct Args {
}
pub fn parse() -> Args {
return Args::parse();
Args::parse()
}
#[derive(ValueEnum, Clone, Debug)]