@@ -387,7 +387,7 @@ you have args that you do not want to pass to build scripts or proc macros and
387
387
are building for the host, pass ` --target ` with the host triple.
388
388
389
389
It is not recommended to pass in flags that Cargo itself usually manages. For
390
- example, the flags driven by [ profiles] are best handled by setting the
390
+ example, the flags driven by [ profiles] ( profiles.md ) are best handled by setting the
391
391
appropriate profile setting.
392
392
393
393
> ** Caution** : Due to the low-level nature of passing flags directly to the
@@ -418,7 +418,7 @@ Additional flags may also be passed with the [`cargo rustdoc`] command.
418
418
* Environment: ` CARGO_BUILD_INCREMENTAL ` or ` CARGO_INCREMENTAL `
419
419
420
420
Whether or not to perform [ incremental compilation] . The default if not set is
421
- to use the value from the [ profile] . Otherwise this overrides the setting of
421
+ to use the value from the [ profile] ( profiles.md#incremental ) . Otherwise this overrides the setting of
422
422
all profiles.
423
423
424
424
The ` CARGO_INCREMENTAL ` environment variable can be set to ` 1 ` to force enable
@@ -449,7 +449,7 @@ The `[doc]` table defines options for the [`cargo doc`] command.
449
449
450
450
##### ` doc.browser `
451
451
452
- * Type: string or array of strings ([ program path and args] )
452
+ * Type: string or array of strings ([ program path with args] )
453
453
* Default: ` BROWSER ` environment variable, or, if that is missing,
454
454
opening the link in a system specific way
455
455
@@ -950,7 +950,7 @@ Specifies the linker which is passed to `rustc` (via [`-C linker`]) when the
950
950
` <triple> ` is being compiled for. By default, the linker is not overridden.
951
951
952
952
##### ` target.<triple>.runner `
953
- * Type: string or array of strings ([ program path and args] )
953
+ * Type: string or array of strings ([ program path with args] )
954
954
* Default: none
955
955
* Environment: ` CARGO_TARGET_<triple>_RUNNER `
956
956
@@ -1074,7 +1074,6 @@ Sets the width for progress bar.
1074
1074
[ override a build script ] : build-scripts.md#overriding-build-scripts
1075
1075
[ toml ] : https://toml.io/
1076
1076
[ incremental compilation ] : profiles.md#incremental
1077
- [ profile ] : profiles.md
1078
1077
[ program path with args ] : #executable-paths-with-arguments
1079
1078
[ libcurl format ] : https://ec.haxx.se/usingcurl-proxies.html
1080
1079
[ source replacement ] : source-replacement.md
0 commit comments