about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config.example.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.example.toml b/config.example.toml
index 7f6bbf27992..75ad0302310 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -595,11 +595,6 @@
 # Whether to always use incremental compilation when building rustc
 #incremental = false
 
-# Build a multi-threaded rustc. This allows users to use parallel rustc
-# via the unstable option `-Z threads=n`.
-# This option is deprecated and always true.
-#parallel-compiler = true
-
 # The default linker that will be hard-coded into the generated
 # compiler for targets that don't specify a default linker explicitly
 # in their target specifications.  Note that this is not the linker