Skip to content

Commit

Permalink
remove no-longer needed rustfmt::skip
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Feb 14, 2024
1 parent 7a086ac commit 17693eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/miri/tests/pass/async-closure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ pub fn block_on<T>(fut: impl Future<Output = T>) -> T {
}
}

#[rustfmt::skip]
async fn call_once(f: impl async FnOnce(DropMe)) {
f(DropMe("world")).await;
}
Expand Down

0 comments on commit 17693eb

Please sign in to comment.