crates/zed/src/zed.rs 🔗
@@ -1,7 +1,4 @@
mod app_menus;
-pub mod component_preview;
-pub mod edit_prediction_registry;
-#[cfg(target_os = "macos")]
pub(crate) mod mac_only_instance;
mod migrate;
mod open_listener;
Cole Miller created
crates/zed/src/zed.rs | 3 ---
1 file changed, 3 deletions(-)
@@ -1,7 +1,4 @@
mod app_menus;
-pub mod component_preview;
-pub mod edit_prediction_registry;
-#[cfg(target_os = "macos")]
pub(crate) mod mac_only_instance;
mod migrate;
mod open_listener;