config.toml.example: fix some typos
This commit is contained in:
parent
a209539060
commit
04cbf6eece
1 changed files with 5 additions and 5 deletions
|
@ -146,10 +146,10 @@
|
||||||
# option to true.
|
# option to true.
|
||||||
#full-bootstrap = false
|
#full-bootstrap = false
|
||||||
|
|
||||||
# Enable a build of the and extended rust tool set which is not only the
|
# Enable a build of the extended rust tool set which is not only the compiler
|
||||||
# compiler but also tools such as Cargo. This will also produce "combined
|
# but also tools such as Cargo. This will also produce "combined installers"
|
||||||
# installers" which are used to install Rust and Cargo together. This is
|
# which are used to install Rust and Cargo together. This is disabled by
|
||||||
# disabled by default.
|
# default.
|
||||||
#extended = false
|
#extended = false
|
||||||
|
|
||||||
# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
|
# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
|
||||||
|
@ -175,7 +175,7 @@
|
||||||
# script.
|
# script.
|
||||||
#configure-args = []
|
#configure-args = []
|
||||||
|
|
||||||
# Indicates that a local rebuild is ocurring instead of a full bootstrap,
|
# Indicates that a local rebuild is occurring instead of a full bootstrap,
|
||||||
# essentially skipping stage0 as the local compiler is recompiling itself again.
|
# essentially skipping stage0 as the local compiler is recompiling itself again.
|
||||||
#local-rebuild = false
|
#local-rebuild = false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue