mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
fix typo
Co-authored-by: jyn <github@jyn.dev>
This commit is contained in:
parent
281aa50e3f
commit
87c09fefbb
@ -683,7 +683,7 @@ impl Build {
|
|||||||
|
|
||||||
if !self.config.dry_run() {
|
if !self.config.dry_run() {
|
||||||
{
|
{
|
||||||
// We first to a dry-run. This is a sanity-check to ensure that
|
// We first do a dry-run. This is a sanity-check to ensure that
|
||||||
// steps don't do anything expensive in the dry-run.
|
// steps don't do anything expensive in the dry-run.
|
||||||
self.config.dry_run = DryRun::SelfCheck;
|
self.config.dry_run = DryRun::SelfCheck;
|
||||||
let builder = builder::Builder::new(self);
|
let builder = builder::Builder::new(self);
|
||||||
|
Loading…
Reference in New Issue
Block a user