mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-23 13:12:14 +00:00
Remove an unused crate from wasm-bindgen-webidl
Apparently this is no longer needed according to rustc!
This commit is contained in:
parent
bbde39fe66
commit
167274c9b4
@ -13,7 +13,6 @@ Support for parsing WebIDL specific to wasm-bindgen
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
failure = "0.1.2"
|
failure = "0.1.2"
|
||||||
failure_derive = "0.1.2"
|
|
||||||
heck = "0.3"
|
heck = "0.3"
|
||||||
log = "0.4.1"
|
log = "0.4.1"
|
||||||
proc-macro2 = "0.4.8"
|
proc-macro2 = "0.4.8"
|
||||||
|
@ -11,8 +11,6 @@ emitted for the types and methods described in the WebIDL.
|
|||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate failure;
|
extern crate failure;
|
||||||
#[macro_use]
|
|
||||||
extern crate failure_derive;
|
|
||||||
extern crate heck;
|
extern crate heck;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate log;
|
extern crate log;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user