summaryrefslogtreecommitdiffstats
path: root/vendor/js-sys/tests/wasm/WebAssembly.rs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:19 +0000
commita0b8f38ab54ac451646aa00cd5e91b6c76f22a84 (patch)
treefc451898ccaf445814e26b46664d78702178101d /vendor/js-sys/tests/wasm/WebAssembly.rs
parentAdding debian version 1.71.1+dfsg1-2. (diff)
downloadrustc-a0b8f38ab54ac451646aa00cd5e91b6c76f22a84.tar.xz
rustc-a0b8f38ab54ac451646aa00cd5e91b6c76f22a84.zip
Merging upstream version 1.72.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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" {