From 92e711d2f6410b134935d96f3d466c892d70e332 Mon Sep 17 00:00:00 2001 From: SKTT1Ryze Date: Tue, 14 Mar 2023 00:19:02 +0800 Subject: [PATCH] fix compile warning --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 7f20bc7..7afeec0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,7 @@ mod utils; use wasm_bindgen::prelude::*; +pub use utils::set_panic_hook; // When the `wee_alloc` feature is enabled, use `wee_alloc` as the global // allocator.