Skip to content

Commit a8eea6e

Browse files
author
The Miri Conjob Bot
committed
fmt
1 parent d4b3443 commit a8eea6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pass/async-closure.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub fn block_on<T>(fut: impl Future<Output = T>) -> T {
1616
}
1717
}
1818

19-
async fn call_once(f: impl async FnOnce(DropMe)) {
19+
async fn call_once(f: impl FnOnce(DropMe)) {
2020
f(DropMe("world")).await;
2121
}
2222

0 commit comments

Comments
 (0)