Skip to content

Commit ab05c48

Browse files
committed
Make fmt downloaded on every invocation of bootstrap
1 parent 30243dd commit ab05c48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@ impl Build {
668668
job::setup(self);
669669
}
670670

671+
let _ = &builder::Builder::new(&self).initial_rustfmt();
671672
self.maybe_update_submodules();
672673

673674
if let Subcommand::Format { check, paths } = &self.config.cmd {

0 commit comments

Comments
 (0)