mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-18 07:21:24 +00:00
cargo +nightly fmt --all
Rustfmt all the things!
This commit is contained in:
@ -3,7 +3,7 @@ extern crate wasm_bindgen;
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen(module = "tests/wasm/duplicate_deps.js")]
|
||||
extern {
|
||||
extern "C" {
|
||||
fn foo(x: u32);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user