Skip to content

Commit 2eb1ecc

Browse files
committed
fix(docs): update note on cfg values in environment-variables.md to remove reference to debug_assertions
1 parent ee5e6e3 commit 2eb1ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ let out_dir = env::var("OUT_DIR").unwrap();
363363
> Note that different [target triples][Target Triple] have different sets of `cfg` values,
364364
> hence variables present in one target triple might not be available in the other.
365365
>
366-
> Some cfg values like `debug_assertions` and `test` are not available.
366+
> Some cfg values like `test` are not available.
367367
* `OUT_DIR` --- the folder in which all output and intermediate artifacts should
368368
be placed. This folder is inside the build directory for the package being built,
369369
and it is unique for the package in question.

0 commit comments

Comments
 (0)