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 js_sys::*;
|
||||
use wasm_bindgen::prelude::*;
|
||||
use wasm_bindgen_test::*;
|
||||
use js_sys::*;
|
||||
|
||||
#[wasm_bindgen(module = "tests/wasm/Proxy.js")]
|
||||
extern {
|
||||
extern "C" {
|
||||
fn proxy_target() -> JsValue;
|
||||
fn proxy_handler() -> Object;
|
||||
|
||||
@@ -13,7 +13,6 @@ extern {
|
||||
#[wasm_bindgen(method, getter, structural, catch)]
|
||||
fn b(this: &Custom) -> Result<u32, JsValue>;
|
||||
|
||||
|
||||
type RevocableResult;
|
||||
#[wasm_bindgen(method, getter, structural)]
|
||||
fn proxy(this: &RevocableResult) -> JsValue;
|
||||
|
Reference in New Issue
Block a user