Revert "fix missing rustfmt for apple darwin"
This reverts commit 2316749ca9
.
This commit is contained in:
parent
e9180d26d1
commit
4fe4a39127
1 changed files with 3 additions and 9 deletions
|
@ -1596,15 +1596,9 @@ impl Step for Extended {
|
||||||
prepare("cargo");
|
prepare("cargo");
|
||||||
prepare("rust-std");
|
prepare("rust-std");
|
||||||
prepare("rust-analysis");
|
prepare("rust-analysis");
|
||||||
|
prepare("clippy");
|
||||||
for tool in &[
|
prepare("rust-analyzer");
|
||||||
"clippy",
|
for tool in &["rust-docs", "miri", "rustc-codegen-cranelift"] {
|
||||||
"rustfmt",
|
|
||||||
"rust-analyzer",
|
|
||||||
"rust-docs",
|
|
||||||
"miri",
|
|
||||||
"rustc-codegen-cranelift",
|
|
||||||
] {
|
|
||||||
if built_tools.contains(tool) {
|
if built_tools.contains(tool) {
|
||||||
prepare(tool);
|
prepare(tool);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue