diff options
| author | Thom Chiovoloni <thom@shift.click> | 2023-03-11 14:10:00 -0800 |
|---|---|---|
| committer | Thom Chiovoloni <thom@shift.click> | 2023-03-11 14:10:00 -0800 |
| commit | fcb2a3665f691f567dbb359899687d6344c72944 (patch) | |
| tree | 8ed28adf6284aa344a6f3d9d29d4f3a222e71e6e /src/bootstrap/native.rs | |
| parent | 8a73f50d875840b8077b8ec080fa41881d7ce40d (diff) | |
Rename `config.toml.example` to `config.example.toml`
Diffstat (limited to 'src/bootstrap/native.rs')
| -rw-r--r-- | src/bootstrap/native.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/native.rs b/src/bootstrap/native.rs index 7f6d80c91ad..040e36ea5f8 100644 --- a/src/bootstrap/native.rs +++ b/src/bootstrap/native.rs @@ -286,7 +286,7 @@ impl Step for Llvm { (true, true) => "RelWithDebInfo", }; - // NOTE: remember to also update `config.toml.example` when changing the + // NOTE: remember to also update `config.example.toml` when changing the // defaults! let llvm_targets = match &builder.config.llvm_targets { Some(s) => s, |
