We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4547b30 commit 72f5999Copy full SHA for 72f5999
library/std/src/sys/pal/unsupported/pipe.rs
@@ -1,5 +1,6 @@
1
use crate::io::{self, BorrowedCursor, IoSlice, IoSliceMut};
2
3
+#[derive(Debug)]
4
pub struct AnonPipe(!);
5
6
impl AnonPipe {
0 commit comments