fix clippy warnings from rust 1.87 (#301)

This commit is contained in:
Ferdinand Schober
2025-06-12 17:52:23 +02:00
committed by GitHub
parent b8063a8138
commit 37a4e236b8
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