Skip to content

Commit 7cdb335

Browse files
authored
Unrolled build for rust-lang#124604
Rollup merge of rust-lang#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.
2 parents 79734f1 + 9af3b1e commit 7cdb335

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/std/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,10 @@ r-efi-alloc = { version = "1.0.0", features = ['rustc-dep-of-std'] }
6464

6565
[features]
6666
backtrace = [
67-
"gimli-symbolize",
6867
'addr2line/rustc-dep-of-std',
6968
'object/rustc-dep-of-std',
7069
'miniz_oxide/rustc-dep-of-std',
7170
]
72-
gimli-symbolize = []
7371

7472
panic-unwind = ["panic_unwind"]
7573
profiler = ["profiler_builtins"]

0 commit comments

Comments
 (0)