From c89db2e2d76f403195453574d1b30db8a48fad17 Mon Sep 17 00:00:00 2001 From: lkoester Date: Fri, 26 Apr 2024 14:24:46 +0200 Subject: [PATCH] removed weird clone --- src/controller.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller.rs b/src/controller.rs index e548528..75c7c0f 100644 --- a/src/controller.rs +++ b/src/controller.rs @@ -126,7 +126,7 @@ impl ExperimentController { } _ => get_latest_image(0), } { - if let Ok(image_path) = ::clone(&image_path) + if let Ok(image_path) = image_path.clone() .into_os_string() .into_string() {