chore: clippy
This commit is contained in:
parent
267bb837f1
commit
16abcc66e1
4 changed files with 30 additions and 31 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue