fix clippy

This commit is contained in:
Martin Marmsoler
2026-07-13 09:32:50 +02:00
committed by Olivier Goffart
parent ca573df559
commit 066c091b56
2 changed files with 4 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ fn main() -> Result<(), impl std::error::Error> {
self.windows.clear();
event_loop.exit();
},
WindowEvent::PointerEntered { device_id: _, .. } => {
WindowEvent::PointerEntered { .. } => {
// On x11, log when the cursor entered in a window even if the child window
// is created by some key inputs.
// the child windows are always placed at (0, 0) with size (200, 200) in the