Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(build-std): skip consulting std_crate
The only functionality of `standard_lib::std_crates` is adding `test` to the requested crate list. `resolve_std` already unconditionally adds `sysroot` to the list, which always includes `test` in dependency graph. Therefore calling `std_crates` is redundant.
- Loading branch information