We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62c5699 + 0a48d2b commit 473258fCopy full SHA for 473258f
crates/web-sys/src/lib.rs
@@ -16,6 +16,7 @@
16
extern crate js_sys;
17
extern crate wasm_bindgen;
18
19
+#[allow(unused_imports)]
20
use js_sys::Object;
21
22
#[cfg(feature = "Window")]
0 commit comments