mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
bd6276c95e
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.