test and build fixes

This commit is contained in:
Keith Simmons 2022-06-09 13:14:25 -07:00
parent dddfc7beae
commit 722023e347
4 changed files with 6 additions and 6 deletions

View file

@ -449,6 +449,7 @@ impl<'a> EditorLspTestContext<'a> {
}
}
#[cfg(feature = "test-support")]
pub async fn new_rust(
capabilities: lsp::ServerCapabilities,
cx: &'a mut gpui::TestAppContext,