Consistently use extern "C"

This is what rustfmt favors, so let's favor it too!

Closes #1042
This commit is contained in:
Alex Crichton
2018-11-27 12:27:00 -08:00
parent 48f4adfa8c
commit 151ed58b69
39 changed files with 82 additions and 82 deletions

View File

@ -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);
}}