]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Auto merge of #76574 - flip1995:clippyup, r=Manishearth
[rust.git] / config.toml.example
index be23efae5294b3897332474161e064a5b4ed5234..c311c933e7edcc5eac249ff5732cf0f535122921 100644 (file)
@@ -45,7 +45,7 @@
 # this flag will indicate that this version check should not be done.
 #version-check = true
 
-# Link libstdc++ statically into the librustc_llvm instead of relying on a
+# Link libstdc++ statically into the rustc_llvm instead of relying on a
 # dynamic version to be available.
 #static-libstdcpp = false
 
 # 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