We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6fb61 commit 0b6e05bCopy full SHA for 0b6e05b
1 file changed
src/process.rs
@@ -389,7 +389,6 @@ impl Cmd {
389
})
390
} else {
391
internal_cmd(&mut env)?;
392
- drop(env);
393
Ok(CmdChild::SyncFn {
394
cmd: full_cmd,
395
stdout: self.stdout_logging,
0 commit comments