Skip to content

Commit 473258f

Browse files
authored
Merge pull request #913 from fitzgen/allow-unused-js-sys-object-import
web-sys: allow unused import warning
2 parents 62c5699 + 0a48d2b commit 473258f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/web-sys/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
extern crate js_sys;
1717
extern crate wasm_bindgen;
1818

19+
#[allow(unused_imports)]
1920
use js_sys::Object;
2021

2122
#[cfg(feature = "Window")]

0 commit comments

Comments
 (0)