From 985544ffb9379720f80f251e32fb5f46461390fd Mon Sep 17 00:00:00 2001 From: Michael Sloan Date: Sat, 18 Jan 2025 13:33:24 -0700 Subject: [PATCH] assistant2: Try again with fix use of rust-analyzer with `"workspace": false` (#23331) I thought #23326 did the trick, but it didn't Release Notes: - N/A --- crates/assistant2/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/assistant2/Cargo.toml b/crates/assistant2/Cargo.toml index bb83607bba8dc850b6879eae665d14634e514c38..e28526bcea050c99465495e728253860cd916647 100644 --- a/crates/assistant2/Cargo.toml +++ b/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]