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 7d11b58 commit 96523cbCopy full SHA for 96523cb
src/doc/src/reference/build-cache.md
@@ -83,7 +83,7 @@ A third party tool, [sccache], can be used to share built dependencies across
83
different workspaces.
84
85
To setup `sccache`, install it with `cargo install sccache` and set
86
-`RUSTC_WRAPPER` environmental variable to `sccache` before invoking Cargo. If
+`RUSTC_WRAPPER` environment variable to `sccache` before invoking Cargo. If
87
you use bash, it makes sense to add `export RUSTC_WRAPPER=sccache` to
88
`.bashrc`. Alternatively, you can set [`build.rustc-wrapper`] in the [Cargo
89
configuration][config]. Refer to sccache documentation for more details.
0 commit comments