refactor(lib): fix compat layer after rename to proto

This commit is contained in:
Sean McArthur
2017-09-28 21:43:44 -07:00
parent 5027435791
commit 57f86d42f2

View File

@@ -4,7 +4,7 @@ use tokio_service::Service;
use client::{Connect, Client, FutureResponse};
use error::Error;
use http::Body;
use proto::Body;
/// A Client to make outgoing HTTP requests.
#[derive(Debug)]