Rollup merge of #124604 - Enselic:std-gimli-symbolize, r=workingjubilee
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.
This commit is contained in:
commit
bd6276c95e
1 changed files with 0 additions and 2 deletions
|
@ -64,12 +64,10 @@ r-efi-alloc = { version = "1.0.0", features = ['rustc-dep-of-std'] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
backtrace = [
|
backtrace = [
|
||||||
"gimli-symbolize",
|
|
||||||
'addr2line/rustc-dep-of-std',
|
'addr2line/rustc-dep-of-std',
|
||||||
'object/rustc-dep-of-std',
|
'object/rustc-dep-of-std',
|
||||||
'miniz_oxide/rustc-dep-of-std',
|
'miniz_oxide/rustc-dep-of-std',
|
||||||
]
|
]
|
||||||
gimli-symbolize = []
|
|
||||||
|
|
||||||
panic-unwind = ["panic_unwind"]
|
panic-unwind = ["panic_unwind"]
|
||||||
profiler = ["profiler_builtins"]
|
profiler = ["profiler_builtins"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue