Fix dead code warning
This commit is contained in:
parent
bbd82ff44e
commit
b4a395bcce
@ -40,6 +40,7 @@ pub enum Stdio {
|
|||||||
MakePipe,
|
MakePipe,
|
||||||
ParentStdout,
|
ParentStdout,
|
||||||
ParentStderr,
|
ParentStderr,
|
||||||
|
#[allow(dead_code)] // This variant exists only for the Debug impl
|
||||||
InheritFile(File),
|
InheritFile(File),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user