mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-24 18:21:33 +00:00
cargo +nightly fmt --all
Rustfmt all the things!
This commit is contained in:
@ -8,7 +8,7 @@ use wasm_bindgen::prelude::*;
|
||||
/// `JsCast::is_instance_of` (i.e. the `instanceof` operator) will fail because
|
||||
/// there is no JS class named `Quacks`.
|
||||
#[wasm_bindgen]
|
||||
extern {
|
||||
extern "C" {
|
||||
pub type Quacks;
|
||||
|
||||
#[wasm_bindgen(structural, method)]
|
||||
|
Reference in New Issue
Block a user