Skip to content

Commit b8e93ab

Browse files
committed
UnixStream moved from std::io::next::unix to std::io::net::pipe
1 parent c8cc379 commit b8e93ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/io.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use openssl::ssl::SslStream;
22
use std::io::net::ip::Port;
33
use std::io::net::tcp::TcpStream;
4-
use std::io::net::unix::UnixStream;
4+
use std::io::net::pipe::UnixStream;
55
use std::io::{Stream, IoResult};
66

77
use {PostgresConnectParams,

0 commit comments

Comments
 (0)