1
Fork 0

remove unused #![feature(async_closure)]

Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
This commit is contained in:
Delan Azabani 2019-07-12 14:42:44 +10:00 committed by GitHub
parent beb2435724
commit e65c1c44a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
// edition:2018
#![feature(async_await, async_closure)]
#![feature(async_await)]
struct S;