]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/config.rs
Remove ancient and outdated references to `config.mk`
[rust.git] / src / bootstrap / config.rs
index d8c15c76e2d615b3a936a0b4e8616077a92d3c87..3ae23db1d1cc88abadf0c05d25b552f2c5841f72 100644 (file)
@@ -46,10 +46,7 @@ pub enum DryRun {
 
 /// Global configuration for the entire build and/or bootstrap.
 ///
-/// This structure is derived from a combination of both `config.toml` and
-/// `config.mk`. As of the time of this writing it's unlikely that `config.toml`
-/// is used all that much, so this is primarily filled out by `config.mk` which
-/// is generated from `./configure`.
+/// This structure is parsed from `config.toml`, and some of the fields are inferred from `git` or build-time parameters.
 ///
 /// Note that this structure is not decoded directly into, but rather it is
 /// filled out from the decoded forms of the structs below. For documentation