I am getting this diff with rustfmt in stdsimd, is this intended (@nrc , @topecongiro ) / correct (cc @alexcrichton) ? ```diff #[wasm_bindgen(module = "child_process", version = "*")] -extern { +extern "C" { #[wasm_bindgen(js_name = execSync)] fn exec_sync(cmd: &str) -> Buffer; } ```