mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-13 21:11:22 +00:00
Disable the span
feature temporarily
It's broken on nightly and needs fixing
This commit is contained in:
@ -11,7 +11,7 @@ Backend code generation of the wasm-bindgen tool
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
spans = ["proc-macro2/nightly"]
|
spans = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
quote = '0.5'
|
quote = '0.5'
|
||||||
|
@ -14,7 +14,7 @@ Definition of the `#[wasm_bindgen]` attribute, an internal dependency
|
|||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
spans = ["proc-macro2/nightly", "wasm-bindgen-backend/spans"]
|
spans = ["wasm-bindgen-backend/spans"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = { version = '0.13', features = ['full'] }
|
syn = { version = '0.13', features = ['full'] }
|
||||||
|
Reference in New Issue
Block a user