mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Fix dead code warning
This commit is contained in:
parent
bbd82ff44e
commit
b4a395bcce
@ -40,6 +40,7 @@ pub enum Stdio {
|
||||
MakePipe,
|
||||
ParentStdout,
|
||||
ParentStderr,
|
||||
#[allow(dead_code)] // This variant exists only for the Debug impl
|
||||
InheritFile(File),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user