fix clippy
This commit is contained in:
parent
938a965f67
commit
e2c9de0b03
1 changed files with 3 additions and 4 deletions
|
@ -233,12 +233,11 @@ impl Dispatch<wl_registry::WlRegistry, GlobalListContents> for WaylandClientStat
|
|||
name,
|
||||
interface,
|
||||
version: _,
|
||||
} => match interface.as_str() {
|
||||
"wl_seat" => {
|
||||
} => {
|
||||
if interface.as_str() == "wl_seat" {
|
||||
registry.bind::<wl_seat::WlSeat, _, _>(name, 4, qh, ());
|
||||
}
|
||||
_ => {}
|
||||
},
|
||||
}
|
||||
wl_registry::Event::GlobalRemove { name: _ } => {}
|
||||
_ => {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue