Skip to content

Commit

Permalink
Update link in environment-variables.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jtracey authored Nov 6, 2023
1 parent 65e297d commit dec5d99
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -396,7 +396,7 @@ let out_dir = env::var("OUT_DIR").unwrap();
* `CARGO_PKG_<var>` --- The package information variables, with the same names and values as are [provided during crate building][variables set for crates].

[`tracing`]: https://docs.rs/tracing
[debug logging]: https://doc.crates.io/contrib/architecture/console.html#debug-logging
[debug logging]: https://doc.crates.io/contrib/implementation/debugging.html#logging
[unix-like platforms]: ../../reference/conditional-compilation.html#unix-and-windows
[windows-like platforms]: ../../reference/conditional-compilation.html#unix-and-windows
[target family]: ../../reference/conditional-compilation.html#target_family
Expand Down

0 comments on commit dec5d99

Please sign in to comment.