Revert "Disable the span feature temporarily"

This reverts commit 45b68870dc.
This commit is contained in:
Alex Crichton
2018-05-21 07:30:10 -07:00
parent e76f5537e0
commit a10a0c8cfd
2 changed files with 2 additions and 2 deletions

View File

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