Disable the span feature temporarily

It's broken on nightly and needs fixing
This commit is contained in:
Alex Crichton 2018-05-17 10:39:44 -07:00
parent 5d28b90069
commit 45b68870dc
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Backend code generation of the wasm-bindgen tool
"""
[features]
spans = ["proc-macro2/nightly"]
spans = []
[dependencies]
quote = '0.5'

View File

@ -14,7 +14,7 @@ Definition of the `#[wasm_bindgen]` attribute, an internal dependency
proc-macro = true
[features]
spans = ["proc-macro2/nightly", "wasm-bindgen-backend/spans"]
spans = ["wasm-bindgen-backend/spans"]
[dependencies]
syn = { version = '0.13', features = ['full'] }