From a62929ce981e237ed466db61804e2f03f9be70d7 Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Tue, 13 Jan 2026 22:22:38 -0500 Subject: [PATCH] Remove unnecessary clone --- src/status_tray.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/status_tray.rs b/src/status_tray.rs index 0d7de69..4e7e6e0 100644 --- a/src/status_tray.rs +++ b/src/status_tray.rs @@ -58,7 +58,6 @@ impl Tray for StatusTray { fn tool_tip(&self) -> ToolTip { let description = self .message - .clone() .lines() .filter(|l| !l.contains("Unknown")) .collect::>()