Fix dead code warning
This commit is contained in:
@@ -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),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user