We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fc6f31 + 911aebe commit b47aef2Copy full SHA for b47aef2
rust-version
@@ -1 +1 @@
1
-d26b41711282042c4ea0c5733e7332b07cfa4933
+502ce8287bc3c86dca07acc38c5ff9431a6097be
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