We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8586a24 commit cb50d66Copy full SHA for cb50d66
std/src/sys/pal/unsupported/process.rs
@@ -40,6 +40,7 @@ pub enum Stdio {
40
MakePipe,
41
ParentStdout,
42
ParentStderr,
43
+ #[allow(dead_code)] // This variant exists only for the Debug impl
44
InheritFile(File),
45
}
46
0 commit comments