Skip to content

Commit 6c5100b

Browse files
author
Zane Hannan
committed
where
1 parent 0adec7e commit 6c5100b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/connector.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ impl<T> fmt::Debug for HttpsConnector<T> {
5353
}
5454
}
5555

56-
impl<H, C: Into<Arc<ClientConfig>>> From<(H, C)> for HttpsConnector<H> {
56+
impl<H, C> From<(H, C)> for HttpsConnector<H>
57+
where
58+
C: Into<Arc<ClientConfig>>
59+
{
5760
fn from((http, cfg): (H, C)) -> Self {
5861
HttpsConnector {
5962
http,

0 commit comments

Comments
 (0)