Fix dead code warning

This commit is contained in:
bjorn3 2024-04-09 13:44:53 +00:00
parent bbd82ff44e
commit b4a395bcce

View File

@ -40,6 +40,7 @@ pub enum Stdio {
MakePipe,
ParentStdout,
ParentStderr,
#[allow(dead_code)] // This variant exists only for the Debug impl
InheritFile(File),
}