Skip to content

Commit d0515ce

Browse files
authored
Rollup merge of #79528 - nooberfsh:fix_doc, r=Mark-Simulacrum
Fix a bootstrap comment
2 parents 47e74a9 + 331d526 commit d0515ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ impl Config {
551551
config.deny_warnings = true;
552552
config.missing_tools = false;
553553

554-
// set by bootstrap.py
554+
// set by build.rs
555555
config.build = TargetSelection::from_user(&env!("BUILD_TRIPLE"));
556556
let manifest_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR"));
557557
// Undo `src/bootstrap`

0 commit comments

Comments
 (0)