summaryrefslogtreecommitdiffstats
path: root/vendor/js-sys/tests/wasm/WebAssembly.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/js-sys/tests/wasm/WebAssembly.rs')
-rw-r--r--vendor/js-sys/tests/wasm/WebAssembly.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/js-sys/tests/wasm/WebAssembly.rs b/vendor/js-sys/tests/wasm/WebAssembly.rs
index 8a9b6ce18..4a2365481 100644
--- a/vendor/js-sys/tests/wasm/WebAssembly.rs
+++ b/vendor/js-sys/tests/wasm/WebAssembly.rs
@@ -2,7 +2,6 @@ use js_sys::*;
use wasm_bindgen::prelude::*;
use wasm_bindgen_futures::JsFuture;
use wasm_bindgen_test::*;
-use web_sys::{Headers, Response, ResponseInit};
#[wasm_bindgen(module = "tests/wasm/WebAssembly.js")]
extern "C" {