mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
Fix clippy issues on stable
This commit is contained in:
@@ -35,7 +35,7 @@ fn main() {
|
||||
|
||||
if let Event::WindowEvent { event, .. } = &event {
|
||||
// Print only Window events to reduce noise
|
||||
println!("{:?}", event);
|
||||
println!("{event:?}");
|
||||
}
|
||||
|
||||
match event {
|
||||
|
||||
Reference in New Issue
Block a user