clippy fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Paul Campbell 2023-08-06 14:16:46 +01:00
parent 0d8cfb8414
commit 69bf7b12e2

View file

@ -69,7 +69,7 @@ mod tests {
let history_file_name = format!( let history_file_name = format!(
"{}/{}", "{}/{}",
history_dir.path().to_string_lossy(), history_dir.path().to_string_lossy(),
history_file_name.to_string() history_file_name
); );
let args = Args { let args = Args {
downloads: subs_dir.path().to_string_lossy().to_string(), downloads: subs_dir.path().to_string_lossy().to_string(),