Skip to content

Commit 8d53dd9

Browse files
committed
Update description of CARGO_PKG_README
1 parent fb9be45 commit 8d53dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/environment-variables.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -231,12 +231,12 @@ corresponding environment variable is set to the empty string, `""`.
231231
* `CARGO_PKG_RUST_VERSION` --- The Rust version from the manifest of your package.
232232
Note that this is the minimum Rust version supported by the package, not the
233233
current Rust version.
234-
* `CARGO_PKG_README`The location of README of your package.
234+
* `CARGO_PKG_README`Path to the README file of your package.
235235
* `CARGO_CRATE_NAME` --- The name of the crate that is currently being compiled. It is the name of the [Cargo target] with `-` converted to `_`, such as the name of the library, binary, example, integration test, or benchmark.
236236
* `CARGO_BIN_NAME` --- The name of the binary that is currently being compiled.
237237
Only set for [binaries] or binary [examples]. This name does not include any
238238
file extension, such as `.exe`.
239-
* `OUT_DIR` If the package has a build script, this is set to the folder where the build
239+
* `OUT_DIR` --- If the package has a build script, this is set to the folder where the build
240240
script should place its output. See below for more information.
241241
(Only set during compilation.)
242242
* `CARGO_BIN_EXE_<name>` --- The absolute path to a binary target's executable.

0 commit comments

Comments
 (0)