File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ system:
24
24
specified wrapper instead, passing as its commandline arguments the rustc
25
25
invocation, with the first argument being ` rustc ` . Useful to set up a build
26
26
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
28
28
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 ` ]
32
32
to set via config.
33
33
* ` RUSTDOC ` — Instead of running ` rustdoc ` , Cargo will execute this specified
34
34
` rustdoc ` instance instead. See [ ` build.rustdoc ` ] to set via config.
You can’t perform that action at this time.
0 commit comments