chose: appease clippy

This commit is contained in:
Mads Marquart
2025-05-17 03:56:51 +02:00
committed by GitHub
parent ed4ebd4242
commit 03c01e038b
5 changed files with 20 additions and 18 deletions

View File

@@ -49,7 +49,7 @@ impl ApplicationHandler for Application {
| WindowEvent::DragEntered { .. }
| WindowEvent::DragMoved { .. }
| WindowEvent::DragDropped { .. } => {
println!("{:?}", event);
println!("{event:?}");
},
WindowEvent::RedrawRequested => {
let window = self.window.as_ref().unwrap();