Update crate to Rust 2018 (#383)
This commit is contained in:
committed by
Sean McArthur
parent
b3351e675b
commit
db6b841e67
@@ -1,13 +1,3 @@
|
||||
extern crate env_logger;
|
||||
extern crate futures;
|
||||
extern crate h2;
|
||||
extern crate http;
|
||||
extern crate rustls;
|
||||
extern crate tokio;
|
||||
extern crate tokio_rustls;
|
||||
extern crate webpki;
|
||||
extern crate webpki_roots;
|
||||
|
||||
use h2::client;
|
||||
|
||||
use futures::*;
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
extern crate env_logger;
|
||||
extern crate futures;
|
||||
extern crate h2;
|
||||
extern crate http;
|
||||
extern crate tokio;
|
||||
|
||||
use h2::client;
|
||||
use h2::RecvStream;
|
||||
|
||||
|
||||
@@ -1,10 +1,3 @@
|
||||
extern crate bytes;
|
||||
extern crate env_logger;
|
||||
extern crate futures;
|
||||
extern crate h2;
|
||||
extern crate http;
|
||||
extern crate tokio;
|
||||
|
||||
use h2::server;
|
||||
|
||||
use bytes::*;
|
||||
|
||||
Reference in New Issue
Block a user