assistant: Remove some re-exports (#23262)
This PR removes some re-exports from the `assistant` to make it clearer what its constituent modules depend on. Release Notes: - N/A
This commit is contained in:
parent
8030c0025a
commit
4d22f7e529
11 changed files with 27 additions and 20 deletions
|
@ -87,6 +87,7 @@ profiling.workspace = true
|
|||
project.workspace = true
|
||||
project_panel.workspace = true
|
||||
project_symbols.workspace = true
|
||||
prompt_library.workspace = true
|
||||
proto.workspace = true
|
||||
recent_projects.workspace = true
|
||||
release_channel.workspace = true
|
||||
|
|
|
@ -12,7 +12,6 @@ pub(crate) mod windows_only_instance;
|
|||
use anyhow::Context as _;
|
||||
pub use app_menus::*;
|
||||
use assets::Assets;
|
||||
use assistant::PromptBuilder;
|
||||
use breadcrumbs::Breadcrumbs;
|
||||
use client::{zed_urls, ZED_URL_SCHEME};
|
||||
use collections::VecDeque;
|
||||
|
@ -32,6 +31,7 @@ use outline_panel::OutlinePanel;
|
|||
use paths::{local_settings_file_relative_path, local_tasks_file_relative_path};
|
||||
use project::{DirectoryLister, ProjectItem};
|
||||
use project_panel::ProjectPanel;
|
||||
use prompt_library::PromptBuilder;
|
||||
use quick_action_bar::QuickActionBar;
|
||||
use recent_projects::open_ssh_project;
|
||||
use release_channel::{AppCommitSha, ReleaseChannel};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue