mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
fix clippy warnings from rust 1.87 (#301)
This commit is contained in:
parent
b8063a8138
commit
37a4e236b8
3 changed files with 2 additions and 3 deletions
|
|
@ -813,7 +813,7 @@ impl Dispatch<WlPointer, ()> for State {
|
|||
})),
|
||||
));
|
||||
}
|
||||
wl_pointer::Event::Frame {} => {
|
||||
wl_pointer::Event::Frame => {
|
||||
// TODO properly handle frame events
|
||||
// we simply insert a frame event on the client side
|
||||
// after each event for now
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue