Remove extra web_sys call

This commit is contained in:
André Luis Leal Cardoso Junior 2018-12-11 11:50:25 -02:00
parent ceb269b28a
commit c6a9d4851a

View File

@ -1,7 +1,6 @@
use std::f64; use std::f64;
use wasm_bindgen::prelude::*; use wasm_bindgen::prelude::*;
use wasm_bindgen::JsCast; use wasm_bindgen::JsCast;
use web_sys;
#[wasm_bindgen(start)] #[wasm_bindgen(start)]
pub fn start() { pub fn start() {