Auto merge of #9836 - Firstyear:9804-cargo-docs-improve, r=alexcrichton

Add hint for cargo metadata in environment section

Fixes #9804
This commit is contained in:
bors 2021-08-24 14:06:23 +00:00
commit 851defd301

View File

@ -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`.