Skip to content

Commit

Permalink
Rollup merge of #124604 - Enselic:std-gimli-symbolize, r=workingjubilee
Browse files Browse the repository at this point in the history
library/std: Remove unused `gimli-symbolize` feature

library/backtrace also declares a feature called `gimli-symbolize` which appear used, but the feature in std with the same name is unused, so remove it.
  • Loading branch information
matthiaskrgr authored May 3, 2024
2 parents 30efce9 + 9af3b1e commit bd6276c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,10 @@ r-efi-alloc = { version = "1.0.0", features = ['rustc-dep-of-std'] }

[features]
backtrace = [
"gimli-symbolize",
'addr2line/rustc-dep-of-std',
'object/rustc-dep-of-std',
'miniz_oxide/rustc-dep-of-std',
]
gimli-symbolize = []

panic-unwind = ["panic_unwind"]
profiler = ["profiler_builtins"]
Expand Down

0 comments on commit bd6276c

Please sign in to comment.