chore(lib): remove async_await feature gate (#1909)
`async_await` is stabilized in rust-lang/rust#63209.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
// XXX NOOOOOOOO
|
||||
//#![cfg_attr(test, deny(warnings))]
|
||||
#![allow(warnings)]
|
||||
#![feature(async_await)]
|
||||
#![cfg_attr(all(test, feature = "nightly"), feature(test))]
|
||||
|
||||
//! # hyper
|
||||
|
||||
Reference in New Issue
Block a user