@@ -396,7 +396,7 @@ Can be overridden with the `--jobs` CLI option.
396
396
397
397
#### ` build.rustc `
398
398
* Type: string (program path)
399
- * Default: "rustc"
399
+ * Default: ` "rustc" `
400
400
* Environment: ` CARGO_BUILD_RUSTC ` or ` RUSTC `
401
401
402
402
Sets the executable to use for ` rustc ` .
@@ -426,7 +426,7 @@ the final invocation is `$RUSTC_WRAPPER $RUSTC_WORKSPACE_WRAPPER $RUSTC`.
426
426
427
427
#### ` build.rustdoc `
428
428
* Type: string (program path)
429
- * Default: "rustdoc"
429
+ * Default: ` "rustdoc" `
430
430
* Environment: ` CARGO_BUILD_RUSTDOC ` or ` RUSTDOC `
431
431
432
432
Sets the executable to use for ` rustdoc ` .
@@ -453,7 +453,7 @@ target = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]
453
453
454
454
#### ` build.target-dir `
455
455
* Type: string (path)
456
- * Default: "target"
456
+ * Default: ` "target" `
457
457
* Environment: ` CARGO_BUILD_TARGET_DIR ` or ` CARGO_TARGET_DIR `
458
458
459
459
The path to where all compiler output is placed. The default if not specified
@@ -601,7 +601,7 @@ This option is deprecated and unused.
601
601
602
602
#### ` cargo-new.vcs `
603
603
* Type: string
604
- * Default: "git" or "none"
604
+ * Default: ` "git" ` or ` "none" `
605
605
* Environment: ` CARGO_CARGO_NEW_VCS `
606
606
607
607
Specifies the source control system to use for initializing a new repository.
@@ -639,7 +639,7 @@ The `[future-incompat-report]` table controls setting for [future incompat repor
639
639
640
640
#### ` future-incompat-report.frequency `
641
641
* Type: string
642
- * Default: "always"
642
+ * Default: ` "always" `
643
643
* Environment: ` CARGO_FUTURE_INCOMPAT_REPORT_FREQUENCY `
644
644
645
645
Controls how often we display a notification to the terminal when a future incompat report is available. Possible values:
@@ -705,15 +705,15 @@ performed. This only works on Windows.
705
705
* Environment: ` CARGO_HTTP_SSL_VERSION `
706
706
707
707
This sets the minimum TLS version to use. It takes a string, with one of the
708
- possible values of "default", "tlsv1", "tlsv1.0", "tlsv1.1", "tlsv1.2", or
709
- "tlsv1.3".
708
+ possible values of ` "default" ` , ` "tlsv1" ` , ` "tlsv1.0" ` , ` "tlsv1.1" ` , ` "tlsv1.2" ` , or
709
+ ` "tlsv1.3" ` .
710
710
711
711
This may alternatively take a table with two keys, ` min ` and ` max ` , which each
712
712
take a string value of the same kind that specifies the minimum and maximum
713
713
range of TLS versions to use.
714
714
715
- The default is a minimum version of "tlsv1.0" and a max of the newest version
716
- supported on your platform, typically "tlsv1.3".
715
+ The default is a minimum version of ` "tlsv1.0" ` and a max of the newest version
716
+ supported on your platform, typically ` "tlsv1.3" ` .
717
717
718
718
#### ` http.low-speed-limit `
719
719
* Type: integer
@@ -1284,7 +1284,7 @@ Specifying the `--verbose` flag will override and force verbose output.
1284
1284
1285
1285
#### ` term.color `
1286
1286
* Type: string
1287
- * Default: "auto"
1287
+ * Default: ` "auto" `
1288
1288
* Environment: ` CARGO_TERM_COLOR `
1289
1289
1290
1290
Controls whether or not colored output is used in the terminal. Possible values:
@@ -1312,7 +1312,7 @@ Control whether output can be rendered using non-ASCII unicode characters.
1312
1312
1313
1313
#### ` term.progress.when `
1314
1314
* Type: string
1315
- * Default: "auto"
1315
+ * Default: ` "auto" `
1316
1316
* Environment: ` CARGO_TERM_PROGRESS_WHEN `
1317
1317
1318
1318
Controls whether or not progress bar is shown in the terminal. Possible values:
0 commit comments