Skip to content

Commit

Permalink
Deprecate the unused spans feature (#4341)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment authored Dec 8, 2024
1 parent 1291c00 commit b4d5903
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ features = ["serde-serialize"]
test = false

[features]
default = ["spans", "std"]
default = ["std"]
enable-interning = ["std"]
serde-serialize = ["serde", "serde_json", "std"]
spans = ["wasm-bindgen-macro/spans"]
spans = []
std = ["wasm-bindgen-macro/std", "once_cell/std"]

# Whether or not the `#[wasm_bindgen]` macro is strict and generates an error on
Expand Down
1 change: 0 additions & 1 deletion crates/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ version = "0.2.99"
[features]
default = ["std"]
extra-traits = ["syn/extra-traits"]
spans = []
std = []

[dependencies]
Expand Down
1 change: 0 additions & 1 deletion crates/macro-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ version = "0.2.99"
[features]
default = ["std"]
extra-traits = ["syn/extra-traits"]
spans = ["wasm-bindgen-backend/spans"]
std = ["wasm-bindgen-backend/std"]
strict-macro = []

Expand Down
1 change: 0 additions & 1 deletion crates/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ proc-macro = true

[features]
default = ["std"]
spans = ["wasm-bindgen-macro-support/spans"]
std = ["wasm-bindgen-macro-support/std"]
strict-macro = ["wasm-bindgen-macro-support/strict-macro"]
xxx_debug_only_print_generated_code = []
Expand Down

0 comments on commit b4d5903

Please sign in to comment.