Rollup merge of #79528 - nooberfsh:fix_doc, r=Mark-Simulacrum
Fix a bootstrap comment
This commit is contained in:
commit
d0515ce7ef
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user