From 69bf7b12e293bebf143f89af2c9431e1bcc4216a Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 6 Aug 2023 14:16:46 +0100 Subject: [PATCH] clippy fix --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 7393d58..2095452 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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(),