Remove use_extern_macros features

This has now been stabilized!
This commit is contained in:
Alex Crichton
2018-08-19 14:31:35 -07:00
parent 9c6225fd80
commit d4297ad2d3
57 changed files with 114 additions and 198 deletions

View File

@ -5,7 +5,7 @@
//! this crate and this crate also provides JS bindings through the `JsValue`
//! interface.
#![feature(use_extern_macros, unsize)]
#![feature(unsize)]
#![no_std]
#![doc(html_root_url = "https://docs.rs/wasm-bindgen/0.2")]