run cargo fix --edition-idioms

This commit is contained in:
T5uku5hi 2018-12-12 00:40:00 +09:00
parent 493130ee36
commit b2afc0e38a

View File

@ -1,5 +1,5 @@
extern crate wasm_bindgen;
extern crate web_sys;
use web_sys;
use wasm_bindgen::prelude::*;