No more use_extern_macros feature!

This commit is contained in:
Andrew Chin 2018-08-20 13:19:00 -04:00
parent 2c72eabea1
commit e4093eb178

View File

@ -1,5 +1,3 @@
#![feature(use_extern_macros)]
extern crate wasm_bindgen;
extern crate js_sys;
extern crate web_sys;