summaryrefslogtreecommitdiff
path: root/src/keys.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/keys.rs')
-rw-r--r--src/keys.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keys.rs b/src/keys.rs
index 79f1984..07dfb40 100644
--- a/src/keys.rs
+++ b/src/keys.rs
@@ -173,7 +173,7 @@ impl KeyboardInfo {
pub struct Keybind {
modifiers: ModMask,
key: Keysym,
- action: &'static dyn Fn(&mut WM<'_>) -> (),
+ action: &'static dyn Fn(&mut WM<'_>),
}
impl std::fmt::Debug for Keybind {