remove no-longer needed rustfmt::skip
This commit is contained in:
parent
7a086ac887
commit
17693eb549
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue