Skip to content

Commit 1468abc

Browse files
Hayden602Kobzol
andauthored
Update bootstrap.example.toml
Co-authored-by: Jakub Beránek <[email protected]>
1 parent 61576c6 commit 1468abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.example.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@
862862
# Set the number of threads for the compiler frontend used during rustc compilation (passed to `-Zthreads`).
863863
# The valid options are:
864864
# 0 - Set the number of threads according to the detected number of threads of the host system
865-
# 1 - Use non-parallel compilation
865+
# 1 - Use a single thread for compilation of Rust code (the default)
866866
# N - Number of threads used for rustc compilation
867867
#
868868
#rust.parallel-frontend-threads = 1

0 commit comments

Comments
 (0)