Skip to content

Commit 75a5196

Browse files
authored
use more accurate terminology
rustc is just one tool/executable, even if at the center of the toolchain
1 parent a385e56 commit 75a5196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.example.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,6 @@
915915
# Available options: fast, balanced, best
916916
#compression-profile = "fast"
917917

918-
# Copy the linker, DLLs, and various libraries from MinGW into the rustc toolchain.
918+
# Copy the linker, DLLs, and various libraries from MinGW into the Rust toolchain.
919919
# Only applies when the host or target is pc-windows-gnu.
920920
#include-mingw-linker = true

0 commit comments

Comments
 (0)