We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
msg.rs
1 parent 8ed3270 commit a9ad570Copy full SHA for a9ad570
examples/named_pipe/sync/stream/msg.rs
@@ -2,7 +2,7 @@
2
#[cfg(not(windows))]
3
fn main() {}
4
#[cfg(windows)]
5
-fn main() -> io::Result<()> {
+fn main() -> std::io::Result<()> {
6
//}
7
use interprocess::os::windows::named_pipe::*;
8
use recvmsg::prelude::*;
0 commit comments