fix: Remove unused field and fix context method in DigestEngineProgram
This commit is contained in:
@@ -52,7 +52,7 @@ impl DigestEngine for DigestEngineProgram {
|
||||
.stdin(Stdio::piped())
|
||||
.stdout(Stdio::piped())
|
||||
.spawn()
|
||||
.with_context(anyhow!(
|
||||
.context(anyhow!(
|
||||
"Problem spawning child process: {:?} {:?}",
|
||||
program,
|
||||
args
|
||||
|
||||
Reference in New Issue
Block a user