clippy fixes
This commit is contained in:
parent
adc28eeb93
commit
9be6c85459
3 changed files with 2 additions and 3 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue