From 5dc47c625e87af95f603c2aaeb541e30b697360f Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Tue, 26 Oct 2021 14:27:00 +0200 Subject: [PATCH] Fix compilation errors --- crates/server/src/rpc.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crates/server/src/rpc.rs b/crates/server/src/rpc.rs index 073bf5bc7c..81c2d2af27 100644 --- a/crates/server/src/rpc.rs +++ b/crates/server/src/rpc.rs @@ -1016,6 +1016,7 @@ mod tests { "/a".as_ref(), fs, lang_registry.clone(), + None, &mut cx_a.to_async(), ) .await @@ -1124,6 +1125,7 @@ mod tests { "/a".as_ref(), fs, lang_registry.clone(), + None, &mut cx_a.to_async(), ) .await @@ -1216,6 +1218,7 @@ mod tests { "/a".as_ref(), fs.clone(), lang_registry.clone(), + None, &mut cx_a.to_async(), ) .await @@ -1352,6 +1355,7 @@ mod tests { "/dir".as_ref(), fs, lang_registry.clone(), + None, &mut cx_a.to_async(), ) .await @@ -1436,6 +1440,7 @@ mod tests { "/dir".as_ref(), fs, lang_registry.clone(), + None, &mut cx_a.to_async(), ) .await @@ -1502,6 +1507,7 @@ mod tests { "/dir".as_ref(), fs, lang_registry.clone(), + None, &mut cx_a.to_async(), ) .await @@ -1563,6 +1569,7 @@ mod tests { "/a".as_ref(), fs, lang_registry.clone(), + None, &mut cx_a.to_async(), ) .await @@ -2033,6 +2040,7 @@ mod tests { "/a".as_ref(), fs.clone(), lang_registry.clone(), + None, &mut cx_a.to_async(), ) .await