diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2024-03-19 20:32:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-19 20:32:55 +0200 |
| commit | 75a5196490fc1d8e0e39b406ce99a30d115bcfc5 (patch) | |
| tree | 191bab2146dfcd2af351fffcd615adf3307b4e54 /config.example.toml | |
| parent | a385e5667c11098a01368c06e7c0c9236cd477cc (diff) | |
| download | rust-75a5196490fc1d8e0e39b406ce99a30d115bcfc5.tar.gz rust-75a5196490fc1d8e0e39b406ce99a30d115bcfc5.zip | |
use more accurate terminology
rustc is just one tool/executable, even if at the center of the toolchain
Diffstat (limited to 'config.example.toml')
| -rw-r--r-- | config.example.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml index f94553dd63f..b8cdc2ec848 100644 --- a/config.example.toml +++ b/config.example.toml @@ -915,6 +915,6 @@ # Available options: fast, balanced, best #compression-profile = "fast" -# Copy the linker, DLLs, and various libraries from MinGW into the rustc toolchain. +# Copy the linker, DLLs, and various libraries from MinGW into the Rust toolchain. # Only applies when the host or target is pc-windows-gnu. #include-mingw-linker = true |
