mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-28 04:01:33 +00:00
Consistently use extern "C"
This is what rustfmt favors, so let's favor it too! Closes #1042
This commit is contained in:
@ -29,7 +29,7 @@ fn main() {
|
||||
use wasm_bindgen_test::*;
|
||||
|
||||
#[wasm_bindgen(module = r"{}")]
|
||||
extern {{
|
||||
extern "C" {{
|
||||
fn not_actually_a_function{1}(x: &str);
|
||||
}}
|
||||
|
||||
|
Reference in New Issue
Block a user