Minor fix

This commit is contained in:
Dmitry Pypin 2019-09-09 13:06:00 -07:00
parent 34e7376efd
commit 3ea7be5221
1 changed files with 2 additions and 2 deletions

View File

@ -828,8 +828,8 @@ impl RequestSender {
Item = ClientResponse<impl Stream<Item = Bytes, Error = PayloadError>>, Item = ClientResponse<impl Stream<Item = Bytes, Error = PayloadError>>,
Error = SendRequestError, Error = SendRequestError,
> >
where where
B: Into<Body>, B: Into<Body>,
{ {
let mut connector = config.connector.borrow_mut(); let mut connector = config.connector.borrow_mut();