We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5e6e3 commit 2eb1eccCopy full SHA for 2eb1ecc
src/doc/src/reference/environment-variables.md
@@ -363,7 +363,7 @@ let out_dir = env::var("OUT_DIR").unwrap();
363
> Note that different [target triples][Target Triple] have different sets of `cfg` values,
364
> hence variables present in one target triple might not be available in the other.
365
>
366
- > Some cfg values like `debug_assertions` and `test` are not available.
+ > Some cfg values like `test` are not available.
367
* `OUT_DIR` --- the folder in which all output and intermediate artifacts should
368
be placed. This folder is inside the build directory for the package being built,
369
and it is unique for the package in question.
0 commit comments