Fix feature names

This commit is contained in:
Héctor Ramón Jiménez 2019-06-27 01:18:46 +02:00
parent 2a35646520
commit ea73dac753

View file

@ -146,7 +146,7 @@ extern crate stdweb;
target_os = "openbsd"
))]
extern crate calloop;
#[cfg(feature = "web-sys")]
#[cfg(feature = "wasm-bindgen")]
extern crate wasm_bindgen;
#[cfg(feature = "web-sys")]
extern crate web_sys;