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,5 @@
|
|||
use js_sys::{Function, Object, Promise, Reflect};
|
||||
use once_cell::unsync::OnceCell;
|
||||
use std::cell::OnceCell;
|
||||
use std::time::Duration;
|
||||
use wasm_bindgen::closure::Closure;
|
||||
use wasm_bindgen::prelude::wasm_bindgen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue