about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>2020-09-08 22:08:25 +0300
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>2020-09-08 22:08:25 +0300
commit75a2c68fb66fb9aac2805e298d20578019a0c129 (patch)
tree2cc6d6f1e31ed13542f87dafc3bc10f898d05429
parentb27fca71d46b2da88611bb5cc8cfb6e90c0a4af0 (diff)
downloadrust-75a2c68fb66fb9aac2805e298d20578019a0c129.tar.gz
rust-75a2c68fb66fb9aac2805e298d20578019a0c129.zip
Update comment in config.toml.example
-rw-r--r--config.toml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index 9abb8add785..d2f94bc9ef3 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -429,7 +429,7 @@
 # supported platforms. The LLD from the bootstrap distribution will be used
 # and not the LLD compiled during the bootstrap.
 #
-# LLD will not be used if we're cross linking or running tests.
+# LLD will not be used if we're cross linking.
 #
 # Explicitly setting the linker for a target will override this option when targeting MSVC.
 #use-lld = false