clippy fixes

This commit is contained in:
Victoria Brekenfeld 2023-05-19 19:47:59 +02:00
parent adc28eeb93
commit 9be6c85459
3 changed files with 2 additions and 3 deletions

View file

@ -81,7 +81,7 @@ impl State {
);
}
let mut xwayland_state = data.state.common.xwayland_state.as_mut().unwrap();
let xwayland_state = data.state.common.xwayland_state.as_mut().unwrap();
xwayland_state.xwm = Some(wm);
}
XWaylandEvent::Exited => {