sum_tree: Replace rayon with futures (#41586)
Release Notes: - N/A *or* Added/Fixed/Improved ... Co-authored by: Kate <kate@zed.dev>
This commit is contained in:
@@ -1836,12 +1836,13 @@ mod tests {
|
||||
let fs = project::FakeFs::new(cx.executor());
|
||||
let project = Project::test(fs.clone(), [], cx).await;
|
||||
|
||||
let buffer = cx.new(|_cx| {
|
||||
let buffer = cx.new(|cx| {
|
||||
Buffer::remote(
|
||||
language::BufferId::new(1).unwrap(),
|
||||
ReplicaId::new(1),
|
||||
language::Capability::ReadWrite,
|
||||
"fn main() {\n println!(\"Hello\");\n}",
|
||||
cx.background_executor(),
|
||||
)
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user