Remove async_await gates from tests.
This commit is contained in:
@@ -3,7 +3,4 @@
|
||||
// edition:2018
|
||||
// pp-exact
|
||||
|
||||
#![feature(async_await)]
|
||||
#![allow(unused_parens)]
|
||||
|
||||
fn main() { let _a = (async { }); }
|
||||
|
||||
Reference in New Issue
Block a user