Skip to content

Commit

Permalink
Document RUSTFMT env var behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
MonliH committed Oct 10, 2020
1 parent 47ac484 commit f81544a
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 @@ -49,6 +49,8 @@ system:
* `TERM` — If this is set to `dumb`, it disables the progress bar.
* `BROWSER` — The web browser to execute to open documentation with [`cargo
doc`]'s' `--open` flag.
* `RUSTFMT` — Instead of running `rustfmt`, Cargo will execute this specified
`rustfmt` instance instead.

#### Configuration environment variables

Expand Down

0 comments on commit f81544a

Please sign in to comment.