Skip to content

Commit e98a41e

Browse files
committed
Revert "fix missing rustfmt for apple darwin"
This reverts commit 2316749.
1 parent 9c87288 commit e98a41e

File tree

1 file changed

+3
-9
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+3
-9
lines changed

Diff for: src/bootstrap/src/core/build_steps/dist.rs

+3-9
Original file line numberDiff line numberDiff line change
@@ -1592,15 +1592,9 @@ impl Step for Extended {
15921592
prepare("cargo");
15931593
prepare("rust-std");
15941594
prepare("rust-analysis");
1595-
1596-
for tool in &[
1597-
"clippy",
1598-
"rustfmt",
1599-
"rust-analyzer",
1600-
"rust-docs",
1601-
"miri",
1602-
"rustc-codegen-cranelift",
1603-
] {
1595+
prepare("clippy");
1596+
prepare("rust-analyzer");
1597+
for tool in &["rust-docs", "miri", "rustc-codegen-cranelift"] {
16041598
if built_tools.contains(tool) {
16051599
prepare(tool);
16061600
}

0 commit comments

Comments
 (0)