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 819091a commit a49ec27Copy full SHA for a49ec27
src/doc/src/reference/environment-variables.md
@@ -310,7 +310,7 @@ let out_dir = env::var("OUT_DIR").unwrap();
310
those defined in `RUSTFLAGS`). Some examples of what these variables are:
311
* `CARGO_CFG_UNIX` — Set on [unix-like platforms].
312
* `CARGO_CFG_WINDOWS` — Set on [windows-like platforms].
313
- * `CARGO_CFG_TARGET_FAMILY=unix` — The [target family], for example `unix` or `windows`.
+ * `CARGO_CFG_TARGET_FAMILY=unix` — The [target family].
314
* `CARGO_CFG_TARGET_OS=macos` — The [target operating system].
315
* `CARGO_CFG_TARGET_ARCH=x86_64` — The CPU [target architecture].
316
* `CARGO_CFG_TARGET_VENDOR=apple` — The [target vendor].
0 commit comments