Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/doc/src/reference/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ let out_dir = env::var("OUT_DIR").unwrap();
* `CARGO_CFG_TARGET_ARCH=x86_64` --- The CPU [target architecture].
* `CARGO_CFG_TARGET_VENDOR=apple` --- The [target vendor].
* `CARGO_CFG_TARGET_ENV=gnu` --- The [target environment] ABI.
* `CARGO_CFG_TARGET_ABI=sim` --- The [target ABI].
* `CARGO_CFG_TARGET_ABI=eabihf` --- The [target ABI].
* `CARGO_CFG_TARGET_POINTER_WIDTH=64` --- The CPU [pointer width].
* `CARGO_CFG_TARGET_ENDIAN=little` --- The CPU [target endianness].
* `CARGO_CFG_TARGET_FEATURE=mmx,sse` --- List of CPU [target features] enabled.
Expand Down