Fix build on nightly
This commit is contained in:
@@ -6,8 +6,6 @@ extern crate futures;
|
|||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate tokio_io;
|
extern crate tokio_io;
|
||||||
|
|
||||||
extern crate tokio_timer;
|
|
||||||
|
|
||||||
// HTTP types
|
// HTTP types
|
||||||
extern crate http;
|
extern crate http;
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
//! Utilities to support tests.
|
//! Utilities to support tests.
|
||||||
|
|
||||||
|
#![allow(unused_extern_crates)]
|
||||||
|
|
||||||
pub extern crate bytes;
|
pub extern crate bytes;
|
||||||
pub extern crate h2;
|
pub extern crate h2;
|
||||||
pub extern crate http;
|
pub extern crate http;
|
||||||
|
|||||||
Reference in New Issue
Block a user