We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81544a commit f6abaa6Copy full SHA for f6abaa6
src/doc/src/reference/environment-variables.md
@@ -49,7 +49,8 @@ system:
49
* `TERM` — If this is set to `dumb`, it disables the progress bar.
50
* `BROWSER` — The web browser to execute to open documentation with [`cargo
51
doc`]'s' `--open` flag.
52
-* `RUSTFMT` — Instead of running `rustfmt`, Cargo will execute this specified
+* `RUSTFMT` — Instead of running `rustfmt`,
53
+ [`cargo fmt`](https://github.com/rust-lang/rustfmt) will execute this specified
54
`rustfmt` instance instead.
55
56
#### Configuration environment variables
0 commit comments