Skip to content

Commit 45e95f5

Browse files
committed
Merge pull request rust-postgres#57 from radford/unix-stream-now-pipe
UnixStream moved from std::io::next::unix to std::io::net::pipe
2 parents c8cc379 + b8e93ab commit 45e95f5

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)