1
0
Fork 0
forked from wry/wry

all: fix clippy lints

This commit is contained in:
Julian Orth 2024-04-17 15:36:32 +02:00
parent 10c869b672
commit 66817b5dc1

View file

@ -590,7 +590,7 @@ impl State {
} }
self.persistent self.persistent
.seat .seat
.bind_masked(shortcut.mask, shortcut.keysym, move || f()); .bind_masked(shortcut.mask, shortcut.keysym, f);
binds.insert(shortcut.keysym); binds.insert(shortcut.keysym);
} }
} }