Merge pull request #734 from alexcrichton/stabilize

Remove `use_extern_macros` features
This commit is contained in:
Alex Crichton
2018-08-19 18:12:00 -07:00
committed by GitHub
62 changed files with 152 additions and 222 deletions

View File

@ -17,7 +17,6 @@
//! bindings.
#![doc(html_root_url = "https://docs.rs/js-sys/0.2")]
#![feature(use_extern_macros)]
extern crate wasm_bindgen;