Fix clippy warnings (#2108)

* Fix clippy warnings

* review feedback.
This commit is contained in:
Lucas Kent
2022-01-01 13:00:11 +11:00
committed by GitHub
parent 438d286fd5
commit 0b39024133
23 changed files with 105 additions and 127 deletions

View File

@@ -41,7 +41,7 @@ fn main() {
},
..
} => {
let window = Window::new(&event_loop).unwrap();
let window = Window::new(event_loop).unwrap();
windows.insert(window.id(), window);
}
_ => (),