Remove async_await gates from tests.
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
// edition:2018
|
||||
// ignore-tidy-linelength
|
||||
|
||||
#![feature(async_await)]
|
||||
|
||||
fn main() {}
|
||||
|
||||
use core::future::Future;
|
||||
|
||||
Reference in New Issue
Block a user