all: fix clippy lints
This commit is contained in:
parent
10c869b672
commit
66817b5dc1
1 changed files with 1 additions and 1 deletions
|
|
@ -590,7 +590,7 @@ impl State {
|
|||
}
|
||||
self.persistent
|
||||
.seat
|
||||
.bind_masked(shortcut.mask, shortcut.keysym, move || f());
|
||||
.bind_masked(shortcut.mask, shortcut.keysym, f);
|
||||
binds.insert(shortcut.keysym);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue