Skip to content

Commit

Permalink
remove redundant signature
Browse files Browse the repository at this point in the history
  • Loading branch information
pillowtrucker committed Dec 19, 2023
1 parent 240a0ad commit 741603c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rend3-framework/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ where
}

#[cfg(target_arch = "wasm32")]
fn winit_run<F, T>(event_loop: EventLoop<T>, event_handler: F) -> ()
fn winit_run<F, T>(event_loop: EventLoop<T>, event_handler: F)
where
F: FnMut(winit::event::Event<T>, &EventLoopWindowTarget<T>) + 'static,
T: 'static,
Expand Down

0 comments on commit 741603c

Please sign in to comment.