Fix client impl bounds
This commit is contained in:
parent
19219dea6b
commit
8dfe42e846
@ -172,7 +172,7 @@ impl HttpsClient {
|
||||
|
||||
impl<C> Client<C>
|
||||
where
|
||||
C: hyper::client::connect::Connect,
|
||||
C: hyper::client::connect::Connect + Clone + Send + Sync + 'static,
|
||||
{
|
||||
/// Creates a new client using the given `hyper::Client`.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user