From bdd636d8ee415d2cf40df9794ad40d27fc1c1432 Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Sun, 5 Sep 2021 15:21:39 +0300 Subject: [PATCH] Clean up import --- helix-term/src/commands/dap.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/helix-term/src/commands/dap.rs b/helix-term/src/commands/dap.rs index b4cefbfc1..14c040df8 100644 --- a/helix-term/src/commands/dap.rs +++ b/helix-term/src/commands/dap.rs @@ -5,7 +5,6 @@ use crate::{ job::Callback, ui::{FilePicker, Prompt, PromptEvent}, }; -use dap::StackFrame; use helix_core::Selection; use helix_dap::{self as dap, Client}; use helix_lsp::block_on;