You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This helper is intended to behave like `Command::env_clear` except it
does not remove essential env vars (e.g. `TMP`, `TEMP` on Windows).
On Windows, if you unset `TMP` and `TEMP`, then paths returned by
`env::temp_file()` (and transitively by the syscalls) will fallback to
`USERPROFILE`, and if that is not available, to the Windows directory.
If the Windows directory is ultimately the one used, then we'll have
permission issues.
0 commit comments