Add a comment to downloading fmt statement

Co-authored-by: Joshua Nelson <github@jyn.dev>
This commit is contained in:
Rento Ezoe 2022-10-01 08:06:24 +09:00 committed by GitHub
parent ab05c48dbc
commit 9f201d6820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -668,6 +668,7 @@ impl Build {
job::setup(self);
}
// Download rustfmt early so that it can be used in rust-analyzer configs.
let _ = &builder::Builder::new(&self).initial_rustfmt();
self.maybe_update_submodules();