We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7067437 commit 911aebeCopy full SHA for 911aebe
tests/pass/async-closure.rs
@@ -16,7 +16,6 @@ pub fn block_on<T>(fut: impl Future<Output = T>) -> T {
16
}
17
18
19
-#[rustfmt::skip]
20
async fn call_once(f: impl async FnOnce(DropMe)) {
21
f(DropMe("world")).await;
22
0 commit comments