Skip to content

Commit

Permalink
Reexport tokio_uds::ConnectFuture (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler authored and carllerche committed Jun 18, 2018
1 parent 3fac7ce commit 45bcea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-uds/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pub use incoming::Incoming;
pub use listener::UnixListener;
pub use recv_dgram::RecvDgram;
pub use send_dgram::SendDgram;
pub use stream::UnixStream;
pub use stream::{UnixStream, ConnectFuture};
pub use ucred::UCred;

0 comments on commit 45bcea6

Please sign in to comment.