mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-16 14:31:22 +00:00
Don't enable nightly
feature of proc-macro2
This is no longer needed as of rustc 1.30.0 and the `proc-macro2` crate will now automatically detect whether it can use spans or not!
This commit is contained in:
@ -11,7 +11,7 @@ Backend code generation of the wasm-bindgen tool
|
||||
"""
|
||||
|
||||
[features]
|
||||
spans = ["proc-macro2/nightly"]
|
||||
spans = []
|
||||
extra-traits = ["syn/extra-traits"]
|
||||
|
||||
[dependencies]
|
||||
|
Reference in New Issue
Block a user