clippy fix
This commit is contained in:
parent
0d8cfb8414
commit
69bf7b12e2
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ mod tests {
|
|||
let history_file_name = format!(
|
||||
"{}/{}",
|
||||
history_dir.path().to_string_lossy(),
|
||||
history_file_name.to_string()
|
||||
history_file_name
|
||||
);
|
||||
let args = Args {
|
||||
downloads: subs_dir.path().to_string_lossy().to_string(),
|
||||
|
|
Loading…
Add table
Reference in a new issue