Remove an unused crate from wasm-bindgen-webidl

Apparently this is no longer needed according to rustc!
This commit is contained in:
Alex Crichton
2018-11-29 12:22:54 -08:00
parent bbde39fe66
commit 167274c9b4
2 changed files with 0 additions and 3 deletions

View File

@ -11,8 +11,6 @@ emitted for the types and methods described in the WebIDL.
#[macro_use]
extern crate failure;
#[macro_use]
extern crate failure_derive;
extern crate heck;
#[macro_use]
extern crate log;