Skip to content

Commit b2b1079

Browse files
authored
Merge branch 'master' into tokio-timer
2 parents b82c457 + 1dd414e commit b2b1079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/legacy/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#[cfg(any(feature = "http1", feature = "http2"))]
22
mod client;
33
#[cfg(any(feature = "http1", feature = "http2"))]
4-
pub use client::{Builder, Client, Error};
4+
pub use client::{Builder, Client, Error, ResponseFuture};
55

66
pub mod connect;
77
#[doc(hidden)]

0 commit comments

Comments
 (0)