assistant2: Try again with fix use of rust-analyzer with `"workspace": false` (#23331)

Michael Sloan created

I thought #23326 did the trick, but it didn't

Release Notes:

- N/A

Change summary

crates/assistant2/Cargo.toml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Detailed changes

crates/assistant2/Cargo.toml 🔗

@@ -14,10 +14,8 @@ doctest = false
 
 [features]
 test-support = [
-    "editor/test-support",
+    "gpui/test-support",
     "language/test-support",
-    "project/test-support",
-    "text/test-support",
 ]
 
 [dependencies]