rust/src/tools/features-status-dump
Christian Legnitto 60218be5e9 Remove backtrace dep from anyhow in features status dump tool
According to `anyhow`'s Cargo.toml:

> On compilers older than 1.65, features=["backtrace"] may be used to enable
> backtraces via the `backtrace` crate. This feature has no effect on 1.65+
> besides bringing in an unused dependency, as `std::backtrace` is always
> preferred.

So this is just bringing in an unused dependency.
2025-05-01 07:45:47 -04:00
..
src features-status-dump: add new build-metrics tool 2025-01-26 14:45:05 +08:00
Cargo.toml Remove backtrace dep from anyhow in features status dump tool 2025-05-01 07:45:47 -04:00