We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30243dd commit ab05c48Copy full SHA for ab05c48
1 file changed
src/bootstrap/lib.rs
@@ -668,6 +668,7 @@ impl Build {
668
job::setup(self);
669
}
670
671
+ let _ = &builder::Builder::new(&self).initial_rustfmt();
672
self.maybe_update_submodules();
673
674
if let Subcommand::Format { check, paths } = &self.config.cmd {
0 commit comments