Fix build on nightly

This commit is contained in:
Carl Lerche
2017-08-29 12:20:44 -04:00
parent 11d5f95236
commit 11df3633a4
2 changed files with 2 additions and 2 deletions

View File

@@ -6,8 +6,6 @@ extern crate futures;
#[macro_use]
extern crate tokio_io;
extern crate tokio_timer;
// HTTP types
extern crate http;

View File

@@ -1,5 +1,7 @@
//! Utilities to support tests.
#![allow(unused_extern_crates)]
pub extern crate bytes;
pub extern crate h2;
pub extern crate http;