mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
fix clippy
This commit is contained in:
committed by
Olivier Goffart
parent
ca573df559
commit
066c091b56
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user