chore(body): fix broken import of Chunk internally

This commit is contained in:
Sean McArthur
2018-04-24 16:56:50 -07:00
parent a02fec8c78
commit f44fa0e64e

View File

@@ -24,7 +24,7 @@ use h2;
use http::HeaderMap; use http::HeaderMap;
use common::Never; use common::Never;
pub use super::Chunk; pub use chunk::Chunk;
type BodySender = mpsc::Sender<Result<Chunk, ::Error>>; type BodySender = mpsc::Sender<Result<Chunk, ::Error>>;