We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd82ff commit b4a395bCopy full SHA for b4a395b
library/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