Skip to content

Commit

Permalink
Revert "Revert "Revert "Disable the span feature temporarily"""
Browse files Browse the repository at this point in the history
This reverts commit b3cb44e.
  • Loading branch information
alexcrichton committed May 24, 2018
1 parent 151acf8 commit 7009c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Backend code generation of the wasm-bindgen tool
"""

[features]
spans = []
spans = ["proc-macro2/nightly"]

[dependencies]
quote = '0.6'
Expand Down
2 changes: 1 addition & 1 deletion crates/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'] }
Expand Down

0 comments on commit 7009c50

Please sign in to comment.