From 27a474180c1ea2ce38d299fad7509f73469aec41 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 28 Mar 2024 16:16:09 +0100 Subject: [PATCH] fix typo Co-authored-by: Weihang Lo --- src/doc/src/reference/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/environment-variables.md b/src/doc/src/reference/environment-variables.md index e84da57eff8..74eb08082c0 100644 --- a/src/doc/src/reference/environment-variables.md +++ b/src/doc/src/reference/environment-variables.md @@ -39,7 +39,7 @@ system: overwrites the config and resets cargo to not use a wrapper. * `RUSTC_WORKSPACE_WRAPPER` --- Instead of simply running `rustc`, for workspace members Cargo will execute this specified wrapper, passing as its command-line arguments the rustc invocation, with - the first argument being the path to the actual rustc. (hen building a single-package project + the first argument being the path to the actual rustc. When building a single-package project without workspaces, that package is considered to be the workspace. It affects the filename hash so that artifacts produced by the wrapper are cached separately. See [`build.rustc-workspace-wrapper`] to set via config. Setting this to the empty string overwrites