Skip to content

Commit

Permalink
docs(client): add comment for mod tls
Browse files Browse the repository at this point in the history
  • Loading branch information
compressed committed Jan 19, 2017
1 parent 65c68be commit c5a5dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ type ResponseFuture<Req, Resp, E> = futures::Map<<BindClient<Req, Resp, E> as Se
type BindClient<Req, Resp, E> = <Proto<Req, Result<Resp, WireError<E>>> as
ProtoBindClient<Multiplex, StreamType>>::BindClient;

/// TLS-specific functionality
#[cfg(feature = "tls")]
pub mod tls {
use native_tls::TlsConnector;
Expand Down

0 comments on commit c5a5dd6

Please sign in to comment.