Skip to content

Commit e65c1c4

Browse files
delanCentril
andauthored
remove unused #![feature(async_closure)]
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent beb2435 commit e65c1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/async-await/async-unsafe-fn-call-in-safe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// edition:2018
22

3-
#![feature(async_await, async_closure)]
3+
#![feature(async_await)]
44

55
struct S;
66

0 commit comments

Comments
 (0)