Remove unnecessary clone

This commit is contained in:
Matt Smith
2026-01-13 22:22:38 -05:00
parent ab9442251d
commit a62929ce98

View File

@@ -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::<Vec<&str>>()