Skip to content

Commit 57f86d4

Browse files
committed
refactor(lib): fix compat layer after rename to proto
1 parent 5027435 commit 57f86d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/client/compat_impl.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use tokio_service::Service;
44

55
use client::{Connect, Client, FutureResponse};
66
use error::Error;
7-
use http::Body;
7+
use proto::Body;
88

99
/// A Client to make outgoing HTTP requests.
1010
#[derive(Debug)]

0 commit comments

Comments
 (0)