We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ef0bf commit 6fac218Copy full SHA for 6fac218
tokio-postgres/src/socket.rs
@@ -10,6 +10,7 @@ use tokio::net::UnixStream;
10
#[derive(Debug)]
11
enum Inner {
12
Tcp(TcpStream),
13
+ #[cfg(unix)]
14
Unix(UnixStream),
15
}
16
0 commit comments