Skip to content

Commit 75977a4

Browse files
committed
Fix compilation.
1 parent 27ee2dd commit 75977a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use super::{body::IncomingBody, Error, Request, Response, Result};
1+
use super::{body::IncomingBody, Body, Error, Request, Response, Result};
22
use crate::http::request::into_outgoing;
33
use crate::http::response::try_from_incoming_response;
44
use crate::io::{self, AsyncOutputStream, AsyncPollable};

0 commit comments

Comments
 (0)