mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
refactor: resolve clippy::needless_return
in raw-gles
example
This commit is contained in:
parent
319a916cb6
commit
a818b8540a
@ -48,7 +48,7 @@ fn main() {
|
||||
*control_flow = ControlFlow::Wait;
|
||||
|
||||
match event {
|
||||
Event::LoopDestroyed => return,
|
||||
Event::LoopDestroyed => (),
|
||||
Event::WindowEvent { event, .. } => match event {
|
||||
WindowEvent::CloseRequested
|
||||
| WindowEvent::KeyboardInput {
|
||||
|
Loading…
Reference in New Issue
Block a user