Skip to content

Commit 0b6e05b

Browse files
committed
process cleanup
no need to manually drop env any more
1 parent 1f6fb61 commit 0b6e05b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/process.rs

-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ impl Cmd {
389389
})
390390
} else {
391391
internal_cmd(&mut env)?;
392-
drop(env);
393392
Ok(CmdChild::SyncFn {
394393
cmd: full_cmd,
395394
stdout: self.stdout_logging,

0 commit comments

Comments
 (0)