Skip to content

Commit 924a488

Browse files
committed
Fixing nit
1 parent 389a8fa commit 924a488

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/wasm32_bindgen.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,7 @@ extern "C" {
107107

108108
#[wasm_bindgen(method, js_name = randomFillSync, structural)]
109109
fn random_fill_sync(me: &NodeCrypto, buf: &mut [u8]);
110-
}
111110

112-
#[wasm_bindgen]
113-
extern "C" {
114111
type NodeModule;
115112

116113
#[wasm_bindgen(js_name = module)]

0 commit comments

Comments
 (0)