Fix clippy lint

pull/506/head
Wilfred Hughes 2023-04-19 20:34:33 +07:00
parent 18ef47e20d
commit 2074b97117
1 changed files with 1 additions and 1 deletions

@ -478,7 +478,7 @@ pub fn parse_args() -> Mode {
let new_name = new_name.to_string_lossy().to_string();
(
new_name.clone(),
new_name,
FileArgument::from_path_argument(lhs_tmp_file),
FileArgument::from_path_argument(rhs_tmp_file),
Some(old_name),