run cargo fix --edition-idioms

This commit is contained in:
André Luis Leal Cardoso Junior
2018-12-11 08:40:36 -02:00
parent 88c8b9059e
commit ceb269b28a
4 changed files with 1 additions and 10 deletions

View File

@ -1,5 +1,3 @@
extern crate wasm_bindgen;
use wasm_bindgen::prelude::*;
// lifted from the `console_log` example