Skip to content

Commit 4fe4a39

Browse files
committed
Revert "fix missing rustfmt for apple darwin"
This reverts commit 2316749.
1 parent e9180d2 commit 4fe4a39

File tree

1 file changed

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

1 file changed

+3
-9
lines changed

src/bootstrap/src/core/build_steps/dist.rs

+3-9
Original file line numberDiff line numberDiff line change
@@ -1596,15 +1596,9 @@ impl Step for Extended {
15961596
prepare("cargo");
15971597
prepare("rust-std");
15981598
prepare("rust-analysis");
1599-
1600-
for tool in &[
1601-
"clippy",
1602-
"rustfmt",
1603-
"rust-analyzer",
1604-
"rust-docs",
1605-
"miri",
1606-
"rustc-codegen-cranelift",
1607-
] {
1599+
prepare("clippy");
1600+
prepare("rust-analyzer");
1601+
for tool in &["rust-docs", "miri", "rustc-codegen-cranelift"] {
16081602
if built_tools.contains(tool) {
16091603
prepare(tool);
16101604
}

0 commit comments

Comments
 (0)