Skip to content

Commit 7ad7427

Browse files
Update documentation as per review
1 parent c9a332d commit 7ad7427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ let version = env!("CARGO_PKG_VERSION");
185185
* `CARGO_PKG_HOMEPAGE` — The home page from the manifest of your package.
186186
* `CARGO_PKG_REPOSITORY` — The repository from the manifest of your package.
187187
* `CARGO_CRATE_NAME` — The name of the crate that is currently being compiled.
188-
* `CARGO_BIN_NAME` — The name of the binary that is currently being compiled (if it is a binary).
188+
* `CARGO_BIN_NAME` — The name of the binary that is currently being compiled (if it is a binary). This name does not include any file extension, such as `.exe`.
189189
* `OUT_DIR` — If the package has a build script, this is set to the folder where the build
190190
script should place its output. See below for more information.
191191
(Only set during compilation.)

0 commit comments

Comments
 (0)