Skip to content

Commit

Permalink
Rollup merge of #79528 - nooberfsh:fix_doc, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Fix a bootstrap comment
  • Loading branch information
Dylan-DPC committed Nov 29, 2020
2 parents 47e74a9 + 331d526 commit d0515ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ impl Config {
config.deny_warnings = true;
config.missing_tools = false;

// set by bootstrap.py
// set by build.rs
config.build = TargetSelection::from_user(&env!("BUILD_TRIPLE"));
let manifest_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR"));
// Undo `src/bootstrap`
Expand Down

0 comments on commit d0515ce

Please sign in to comment.