Skip to content

Commit 86080ab

Browse files
committed
Remove trailing spaces.
1 parent 1228f49 commit 86080ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ system:
2424
specified wrapper instead, passing as its commandline arguments the rustc
2525
invocation, with the first argument being `rustc`. Useful to set up a build
2626
cache tool such as `sccache`. See [`build.rustc-wrapper`] to set via config.
27-
* `RUSTC_WORKSPACE_WRAPPER` — Instead of simply running `rustc`, Cargo will
27+
* `RUSTC_WORKSPACE_WRAPPER` — Instead of simply running `rustc`, Cargo will
2828
execute this specified wrapper instead for workspace members only, passing
29-
as its commandline arguments the rustc invocation, with the first argument
30-
being `rustc`. It affects the filename hash so that artifacts produced by
31-
the wrapper are cached separately. See [`build.rustc-workspace-wrapper`]
29+
as its commandline arguments the rustc invocation, with the first argument
30+
being `rustc`. It affects the filename hash so that artifacts produced by
31+
the wrapper are cached separately. See [`build.rustc-workspace-wrapper`]
3232
to set via config.
3333
* `RUSTDOC` — Instead of running `rustdoc`, Cargo will execute this specified
3434
`rustdoc` instance instead. See [`build.rustdoc`] to set via config.

0 commit comments

Comments
 (0)