Skip to content

Commit cf0f2ca

Browse files
committed
fix(clippy warning): remove unreachable match case
1 parent e230ba5 commit cf0f2ca

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/clients/compositor/hyprland.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ impl Client {
182182
error!("Unable to locate workspace");
183183
}
184184
Err(e) => error!("Failed to get workspace: {e:#}"),
185-
_ => {}
186185
}
187186
});
188187
}

0 commit comments

Comments
 (0)