rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
532 stars 245 forks source link

Remove unused `libbacktrace` and `gimli-symbolize` features #615

Closed Enselic closed 5 months ago

Enselic commented 5 months ago

It looks like this was forgotten in 5fc4f79674206c2041b9ffeec6e3891c73510147. Or maybe the features were kept around for backwards compatibility. But now 2 years has passed, so it seems safe to remove these unused features now.

Also see https://github.com/rust-lang/rust/pull/124604.

Enselic commented 5 months ago

A no-op change (https://github.com/rust-lang/backtrace-rs/pull/616) also resulted in a CI with "34 successful and 7 failing checks", so I don't think the failures are caused by this PR.

workingjubilee commented 5 months ago

Thanks!