Skip to content

Commit

Permalink
refactor(lib): fix compat layer after rename to proto
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Sep 29, 2017
1 parent 5027435 commit 57f86d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/compat_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 57f86d4

Please sign in to comment.