Skip to content

Commit 911aebe

Browse files
committed
remove no-longer needed rustfmt::skip
1 parent 7067437 commit 911aebe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/pass/async-closure.rs

Lines changed: 0 additions & 1 deletion
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)