mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-31 03:51:56 +00:00
cargo +nightly fmt --all
Rustfmt all the things!
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
use wasm_bindgen_test::*;
|
||||
use wasm_bindgen::prelude::*;
|
||||
use wasm_bindgen_test::*;
|
||||
use web_sys::Headers;
|
||||
|
||||
#[wasm_bindgen(module = "./tests/wasm/headers.js")]
|
||||
extern {
|
||||
extern "C" {
|
||||
fn new_headers() -> Headers;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user