mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Revert "Revert "Disable the span
feature temporarily""
This reverts commit a10a0c8cfd17de2182bed3a1e03aca0f7c2587c6.
This commit is contained in:
parent
a10a0c8cfd
commit
b3cb44eb53
@ -11,7 +11,7 @@ Backend code generation of the wasm-bindgen tool
|
||||
"""
|
||||
|
||||
[features]
|
||||
spans = ["proc-macro2/nightly"]
|
||||
spans = []
|
||||
|
||||
[dependencies]
|
||||
quote = '0.6'
|
||||
|
@ -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.14', features = ['full'] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user