Skip to content

Commit f81544a

Browse files
committed
Document RUSTFMT env var behaviour
1 parent 47ac484 commit f81544a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +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
53+
`rustfmt` instance instead.
5254

5355
#### Configuration environment variables
5456

0 commit comments

Comments
 (0)