Reduce the build time of the tests by stevenengler · Pull Request #3304 · shadow/shadow
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.
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`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters