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;

View File

@ -1,4 +1,3 @@
#![feature(use_extern_macros)]
#![cfg(target_arch = "wasm32")]
extern crate wasm_bindgen_test;

View File

@ -1,5 +1,4 @@
#![cfg(target_arch = "wasm32")]
#![feature(use_extern_macros)]
#![allow(non_snake_case)]
extern crate js_sys;