Skip to content

Commit

Permalink
Auto merge of #9836 - Firstyear:9804-cargo-docs-improve, r=alexcrichton
Browse files Browse the repository at this point in the history
Add hint for cargo metadata in environment section

Fixes #9804
  • Loading branch information
bors committed Aug 24, 2021
2 parents 9b81660 + 6473593 commit 851defd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/doc/src/reference/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,3 +378,5 @@ Cargo exposes this environment variable to 3rd party subcommands
(ie. programs named `cargo-foobar` placed in `$PATH`):

* `CARGO` — Path to the `cargo` binary performing the build.

For extended information about your environment you may run `cargo metadata`.

0 comments on commit 851defd

Please sign in to comment.