Skip to content

Commit 17693eb

Browse files
committed
remove no-longer needed rustfmt::skip
1 parent 7a086ac commit 17693eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/miri/tests/pass/async-closure.rs

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

19-
#[rustfmt::skip]
2019
async fn call_once(f: impl async FnOnce(DropMe)) {
2120
f(DropMe("world")).await;
2221
}

0 commit comments

Comments
 (0)