Rollup merge of #79528 - nooberfsh:fix_doc, r=Mark-Simulacrum

Fix a bootstrap comment
This commit is contained in:
Dylan DPC 2020-11-29 03:14:29 +01:00 committed by GitHub
commit d0515ce7ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`