Skip to content

Commit 58ff786

Browse files
Auto merge of #112049 - Kobzol:pgo-omit-benchmarks, r=<try>
[do not merge] CI experiments Various CI experiments for try/dist builds. r? `@ghost`
2 parents d350797 + b560f69 commit 58ff786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ pub fn format(build: &Builder<'_>, check: bool, all: bool, paths: &[PathBuf]) {
268268
let paths: Vec<_> = rx.try_iter().take(63).chain(std::iter::once(path)).collect();
269269

270270
let child = rustfmt(&src, &rustfmt_path, paths.as_slice(), check);
271-
children.push_back(child);
271+
children.push_back(child); // WIP
272272

273273
// Poll completion before waiting.
274274
for i in (0..children.len()).rev() {

0 commit comments

Comments
 (0)