cleanup(wayland): clippy

This commit is contained in:
Nova
2025-08-11 18:07:43 -07:00
parent 41d6b02506
commit 5383bbedcd
3 changed files with 6 additions and 18 deletions

View File

@@ -191,8 +191,7 @@ impl WlRegistry for Registry {
RegistryGlobals::PRESENTATION => {
tracing::info!("Binding wp_presentation");
let presentation = Presentation::new(new_id.version);
client.insert(new_id.object_id, presentation);
client.insert(new_id.object_id, Presentation);
}
id => {
tracing::error!(id, "Wayland: failed to bind to registry global");