Skip to content

Commit f44fa0e

Browse files
committed
chore(body): fix broken import of Chunk internally
1 parent a02fec8 commit f44fa0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/body.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use h2;
2424
use http::HeaderMap;
2525

2626
use common::Never;
27-
pub use super::Chunk;
27+
pub use chunk::Chunk;
2828

2929
type BodySender = mpsc::Sender<Result<Chunk, ::Error>>;
3030

0 commit comments

Comments
 (0)