Skip to content

Commit 72f5999

Browse files
committed
Fix compilation on non-unix, non-windows targets
Signed-off-by: Jiahao XU <[email protected]>
1 parent 4547b30 commit 72f5999

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/sys/pal/unsupported

1 file changed

+1
-0
lines changed

library/std/src/sys/pal/unsupported/pipe.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use crate::io::{self, BorrowedCursor, IoSlice, IoSliceMut};
22

3+
#[derive(Debug)]
34
pub struct AnonPipe(!);
45

56
impl AnonPipe {

0 commit comments

Comments
 (0)