We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a086ac commit 17693ebCopy full SHA for 17693eb
src/tools/miri/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