Use std::cell::OnceCell (#3290)
This commit is contained in:
parent
86b737f5e7
commit
37946e0a3a
3 changed files with 4 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
use std::cell::OnceCell;
|
||||
|
||||
use js_sys::Promise;
|
||||
use once_cell::unsync::OnceCell;
|
||||
use wasm_bindgen::closure::Closure;
|
||||
use wasm_bindgen::prelude::wasm_bindgen;
|
||||
use wasm_bindgen::{JsCast, JsValue};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue