Commit e18b64f
committed
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.1 parent c77edbf commit e18b64f
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| |||
0 commit comments