Skip to content

Commit c5e0bb3

Browse files
enomadoemilk
andcommitted
Update eframe/src/lib.rs
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
1 parent f8cf074 commit c5e0bb3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

eframe/src/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@ pub fn start_web(canvas_id: &str, web_options: WebOptions, app_creator: AppCreat
130130

131131
#[cfg(target_arch = "wasm32")]
132132
pub fn stop_web() -> Result<(), wasm_bindgen::JsValue> {
133-
let u = GLOBAL_HANDLE.load_full();
134-
135-
if let Some(uu) = u {
133+
if let Some(app_runner) = GLOBAL_HANDLE.load_full() {
136134
uu.lock().destroy();
137135

138136
GLOBAL_HANDLE.store(None);

0 commit comments

Comments
 (0)