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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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