chore: clippy

This commit is contained in:
Vukašin Vojinović 2025-10-05 14:31:25 +02:00 committed by Jacob Kauffmann
parent 267bb837f1
commit 16abcc66e1
4 changed files with 30 additions and 31 deletions

View file

@ -356,7 +356,7 @@ fn main() {
})
.unwrap();
while let Ok(_) = event_loop.dispatch(None, &mut state) {}
while event_loop.dispatch(None, &mut state).is_ok() {}
}
impl Dispatch<wl_registry::WlRegistry, GlobalListContents> for State {