removed extern crate lines

This commit is contained in:
T5uku5hi
2018-12-12 07:14:26 +09:00
parent 0003fc9115
commit b6db977795
4 changed files with 2 additions and 7 deletions

View File

@ -1,5 +1,3 @@
extern crate wasm_bindgen;
use wasm_bindgen::prelude::*;
#[wasm_bindgen(module = "./defined-in-js")]