Skip to content
Merged

Rustup #3300

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d26b41711282042c4ea0c5733e7332b07cfa4933
502ce8287bc3c86dca07acc38c5ff9431a6097be
1 change: 0 additions & 1 deletion 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