Skip to content

Commit f6abaa6

Browse files
committed
Revise docs
1 parent f81544a commit f6abaa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/src/reference/environment-variables.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ system:
4949
* `TERM` — If this is set to `dumb`, it disables the progress bar.
5050
* `BROWSER` — The web browser to execute to open documentation with [`cargo
5151
doc`]'s' `--open` flag.
52-
* `RUSTFMT` — Instead of running `rustfmt`, Cargo will execute this specified
52+
* `RUSTFMT` — Instead of running `rustfmt`,
53+
[`cargo fmt`](https://github.com/rust-lang/rustfmt) will execute this specified
5354
`rustfmt` instance instead.
5455

5556
#### Configuration environment variables

0 commit comments

Comments
 (0)