We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281aa50 commit 87c09feCopy full SHA for 87c09fe
src/bootstrap/src/lib.rs
@@ -683,7 +683,7 @@ impl Build {
683
684
if !self.config.dry_run() {
685
{
686
- // 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
687
// steps don't do anything expensive in the dry-run.
688
self.config.dry_run = DryRun::SelfCheck;
689
let builder = builder::Builder::new(self);
0 commit comments