diff options
author | Dmitry Sharshakov | 2021-09-05 12:21:39 +0000 |
---|---|---|
committer | Dmitry Sharshakov | 2021-09-05 12:21:39 +0000 |
commit | bdd636d8ee415d2cf40df9794ad40d27fc1c1432 (patch) | |
tree | 76b833d4a0bc885a8b522ce90ce6b894a1a0ef31 /helix-term/src/commands | |
parent | 9b8c5bdade72062329a536a1c956de68ad9eccd2 (diff) |
Clean up import
Diffstat (limited to 'helix-term/src/commands')
-rw-r--r-- | helix-term/src/commands/dap.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/src/commands/dap.rs b/helix-term/src/commands/dap.rs index b4cefbfc..14c040df 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; |