]> git.lizzy.rs Git - rust.git/commit
Windows: Fix `Command::env_clear` so it works
authorChris Denton <christophersdenton@gmail.com>
Sat, 19 Jun 2021 08:46:34 +0000 (09:46 +0100)
committerChris Denton <christophersdenton@gmail.com>
Sat, 19 Jun 2021 08:46:34 +0000 (09:46 +0100)
commit365a3586a94dc9ca675ddb02a86e116e8161481a
tree64ad908eb1920691e4c8e4ca08e78e2d05f0f2ed
parent9839f9c7ff0c550e1234e9784612e981ea0123d5
Windows: Fix `Command::env_clear` so it works

Previously, it would error unless at least one new environment variable was added.
library/std/src/sys/windows/process.rs