diff --git a/src/doc/src/reference/config.md b/src/doc/src/reference/config.md index e9eefc08272..f7fcc7cef79 100644 --- a/src/doc/src/reference/config.md +++ b/src/doc/src/reference/config.md @@ -190,8 +190,9 @@ variable. Environment variables will take precedence over TOML configuration files. Currently only integer, boolean, string and some array values are supported to -be defined by environment variables. Descriptions below indicate which keys -support environment variables. +be defined by environment variables. [Descriptions below](#configuration-keys) +indicate which keys support environment variables and otherwise they are not +supported due to [technicial issues](https://github.com/rust-lang/cargo/issues/5416). In addition to the system above, Cargo recognizes a few other specific [environment variables][env]. diff --git a/src/doc/src/reference/environment-variables.md b/src/doc/src/reference/environment-variables.md index 4196ad7e798..42417b8a05b 100644 --- a/src/doc/src/reference/environment-variables.md +++ b/src/doc/src/reference/environment-variables.md @@ -75,9 +75,9 @@ system: #### Configuration environment variables -Cargo reads environment variables for configuration values. See the -[configuration chapter][config-env] for more details. In summary, the -supported environment variables are: +Cargo reads environment variables for some configuration values. +See the [configuration chapter][config-env] for more details. +In summary, the supported environment variables are: * `CARGO_ALIAS_` — Command aliases, see [`alias`]. * `CARGO_BUILD_JOBS` — Number of parallel jobs, see [`build.jobs`].