Fix warnings

This commit is contained in:
Olivier Goffart 2021-04-23 16:34:30 +02:00
parent f4c38f3700
commit d0153fb7cd

View file

@ -12,9 +12,6 @@ LICENSE END */
use std::path::Path;
use wasm_bindgen::prelude::*;
use wasm_bindgen::JsCast;
use wasm_bindgen_futures::JsFuture;
use web_sys::{Request, RequestInit, RequestMode, Response};
#[cfg(feature = "wee_alloc")]
#[global_allocator]