Skip to content

Commit 5f76f78

Browse files
committed
Only keep PATH
1 parent f8c32be commit 5f76f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plrustc/plrustc/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ fn clear_env() {
5555
.filter(|name| {
5656
let name = name.to_string_lossy().to_lowercase();
5757
!(
58-
name.starts_with("plrust")
58+
// name.starts_with("plrust")
5959
// || name.starts_with("rust")
6060
// || name.starts_with("cargo")
61-
|| name == "path"
61+
name == "path"
6262
// || name == "rustflags"
6363
)
6464
})

0 commit comments

Comments
 (0)