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