Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
The Miri Conjob Bot committed Feb 13, 2024
1 parent d4b3443 commit a8eea6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pass/async-closure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub fn block_on<T>(fut: impl Future<Output = T>) -> T {
}
}

async fn call_once(f: impl async FnOnce(DropMe)) {
async fn call_once(f: impl FnOnce(DropMe)) {
f(DropMe("world")).await;
}

Expand Down

0 comments on commit a8eea6e

Please sign in to comment.