remove unnecessary extern crate lines

This commit is contained in:
Daniel Eades
2019-08-07 21:26:07 +01:00
committed by Sean McArthur
parent 5dc5162765
commit 1452ca2bd1
8 changed files with 14 additions and 50 deletions

View File

@@ -31,6 +31,8 @@ use futures::{Async, Future, Poll, Stream};
use hyper::{HeaderMap};
use hyper::header::{CONTENT_ENCODING, CONTENT_LENGTH, TRANSFER_ENCODING};
use log::{warn};
use super::{Body, Chunk};
use crate::error;