Skip to content

Commit

Permalink
Merge pull request #1066 from alexcrichton/remove-unused
Browse files Browse the repository at this point in the history
Remove an unused crate from wasm-bindgen-webidl
  • Loading branch information
alexcrichton authored Nov 29, 2018
2 parents bbde39f + 167274c commit 0ebd267
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion crates/webidl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions crates/webidl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0ebd267

Please sign in to comment.