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

@@ -1,6 +1,6 @@
use std::fmt;
use futures::{Future, Stream, Poll, Async};
use futures::{Future, Stream, Poll, Async, try_ready};
use bytes::{Buf, Bytes};
use hyper::body::Payload;
use tokio::timer::Delay;