From 0ad6b05e5af991f00f2ea05ee4b222c500ca63a4 Mon Sep 17 00:00:00 2001 From: Helba AI Date: Tue, 31 Dec 2024 22:31:29 -0800 Subject: [PATCH] fix for clippy --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 722b0b5..ab52246 100644 --- a/src/main.rs +++ b/src/main.rs @@ -257,7 +257,7 @@ fn handle_image( if expression_count > 1 { "s" } else { "" } )); - let absolute_path = fs::canonicalize(&output_file).unwrap_or_else(|_| output_file.to_path_buf()); + let absolute_path = fs::canonicalize(output_file).unwrap_or_else(|_| output_file.to_path_buf()); println!( "{} Output File: {}",