This commit is contained in:
Sam Hedin 2020-06-15 18:31:04 +02:00
parent 28f01e92b7
commit 06b1122564

View File

@ -84,7 +84,6 @@ impl Environment {
tag: _, tag: _,
}) = self.environment_vars }) = self.environment_vars
{ {
envs.entries.remove(key); envs.entries.remove(key);
std::env::remove_var(key); std::env::remove_var(key);
}; };