backend: All AST types should implement Debug

This commit is contained in:
Nick Fitzgerald
2018-05-25 16:19:09 -07:00
parent 50b8842b95
commit 018f083402
3 changed files with 19 additions and 6 deletions

View File

@ -17,5 +17,5 @@ spans = ["proc-macro2/nightly"]
quote = '0.6'
proc-macro2 = "0.4"
wasm-bindgen-shared = { path = "../shared", version = "=0.2.11" }
syn = { version = '0.14', features = ['full', 'visit-mut'] }
syn = { version = '0.14', features = ['extra-traits', 'full', 'visit-mut'] }
serde_json = "1.0"