Merge pull request #1066 from alexcrichton/remove-unused

Remove an unused crate from wasm-bindgen-webidl
This commit is contained in:
Alex Crichton 2018-11-29 14:47:04 -06:00 committed by GitHub
commit 0ebd267170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -13,7 +13,6 @@ Support for parsing WebIDL specific to wasm-bindgen
[dependencies]
failure = "0.1.2"
failure_derive = "0.1.2"
heck = "0.3"
log = "0.4.1"
proc-macro2 = "0.4.8"

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;