remove unnecessary extern crate lines
This commit is contained in:
committed by
Sean McArthur
parent
5dc5162765
commit
1452ca2bd1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user