Skip to content

Commit

Permalink
Fix dead code warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Apr 9, 2024
1 parent bbd82ff commit b4a395b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/sys/pal/unsupported/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ pub enum Stdio {
MakePipe,
ParentStdout,
ParentStderr,
#[allow(dead_code)] // This variant exists only for the Debug impl
InheritFile(File),
}

Expand Down

0 comments on commit b4a395b

Please sign in to comment.