chore(lib): remove async_await feature gate (#1909)

`async_await` is stabilized in rust-lang/rust#63209.
This commit is contained in:
lzutao
2019-08-22 01:09:14 +07:00
committed by Sean McArthur
parent a22dabd093
commit ae75b3a732
26 changed files with 1 additions and 28 deletions

View File

@@ -1,4 +1,3 @@
#![feature(async_await)]
#![deny(warnings)]
extern crate bytes;
extern crate hyper;

View File

@@ -1,4 +1,4 @@
#![feature(async_await, async_closure)]
#![feature(async_closure)]
#![deny(warnings)]
extern crate http;
extern crate hyper;