fix clippy warnings from rust 1.87

This commit is contained in:
Ferdinand Schober
2025-06-12 17:06:09 +02:00
parent b8063a8138
commit 563e39c383
3 changed files with 2 additions and 3 deletions

View File

@@ -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