Reduce the build time of the tests by stevenengler · Pull Request #3304 · shadow/shadow

@stevenengler

Since linux-api doesn't rely on rustix and only adds some extra `From` impls
between linux-api and rustix types, I think this would be better as a
non-default feature.

sporksmith

@stevenengler

This feature doesn't seem to be needed anymore now that the standard library
has a backtrace module. Enabling this feature pulls in the backtrace crate even
though it's not needed.

Backtraces are still supported when you use `RUST_BACKTRACE=1`.

@stevenengler

@stevenengler

@stevenengler