chose: appease clippy
This commit is contained in:
parent
ed4ebd4242
commit
03c01e038b
5 changed files with 20 additions and 18 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue