chore(lib): remove async_await feature gate (#1909)
`async_await` is stabilized in rust-lang/rust#63209.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#![feature(async_await)]
|
||||
#![feature(test)]
|
||||
#![deny(warnings)]
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#![feature(async_await)]
|
||||
#![feature(test)]
|
||||
#![deny(warnings)]
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
#![feature(async_await)]
|
||||
#![feature(test)]
|
||||
#![deny(warnings)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user