mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-30 19:41:56 +00:00
cargo +nightly fmt --all
Rustfmt all the things!
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
use wasm_bindgen::prelude::*;
|
||||
use wasm_bindgen_test::*;
|
||||
use wasm_bindgen::JsCast;
|
||||
use js_sys::*;
|
||||
use wasm_bindgen::prelude::*;
|
||||
use wasm_bindgen::JsCast;
|
||||
use wasm_bindgen_test::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
extern {
|
||||
extern "C" {
|
||||
type SomeKey;
|
||||
#[wasm_bindgen(method, setter, structural)]
|
||||
fn set_some(this: &SomeKey, val: JsValue);
|
||||
|
Reference in New Issue
Block a user