From fe8774b3831f0739ecd689945b837b2caf9ffd1a Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:33:29 +0100 Subject: [PATCH] whoops, rebase artifacts --- crates/editor/src/editor.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index d1d823d5bb3808..ce5adaeaf96286 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -110,6 +110,7 @@ use mouse_context_menu::MouseContextMenu; use persistence::DB; use project::{ debugger::breakpoint_store::{BreakpointEditAction, BreakpointStore, BreakpointStoreEvent}, + lsp_store::CompletionDocumentation, ProjectPath, };