File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ Can be overridden with the `--target-dir` CLI option.
365
365
* Default: none
366
366
* Environment: ` CARGO_BUILD_RUSTFLAGS ` or ` CARGO_ENCODED_RUSTFLAGS ` or ` RUSTFLAGS `
367
367
368
- Extra command-line flags to pass to ` rustc ` . The value may be a array of
368
+ Extra command-line flags to pass to ` rustc ` . The value may be an array of
369
369
strings or a space-separated string.
370
370
371
371
There are four mutually exclusive sources of extra flags. They are checked in
@@ -402,7 +402,7 @@ appropriate profile setting.
402
402
* Default: none
403
403
* Environment: ` CARGO_BUILD_RUSTDOCFLAGS ` or ` CARGO_ENCODED_RUSTDOCFLAGS ` or ` RUSTDOCFLAGS `
404
404
405
- Extra command-line flags to pass to ` rustdoc ` . The value may be a array of
405
+ Extra command-line flags to pass to ` rustdoc ` . The value may be an array of
406
406
strings or a space-separated string.
407
407
408
408
There are three mutually exclusive sources of extra flags. They are checked in
@@ -974,7 +974,7 @@ the `<triple>` will take precedence. It is an error if more than one
974
974
* Environment: ` CARGO_TARGET_<triple>_RUSTFLAGS `
975
975
976
976
Passes a set of custom flags to the compiler for this ` <triple> ` . The value
977
- may be a array of strings or a space-separated string.
977
+ may be an array of strings or a space-separated string.
978
978
979
979
See [ ` build.rustflags ` ] ( #buildrustflags ) for more details on the different
980
980
ways to specific extra flags.
You can’t perform that action at this time.
0 commit comments