diff options
author | Blaž Hrastnik | 2021-08-30 02:22:26 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-08-30 02:22:26 +0000 |
commit | 0b0b1d850a0a622dc7e74ec3937523ea1dc93fe8 (patch) | |
tree | 00e6ffc793eacb055ad2f5cc2dc917e61e3f5630 /helix-term/src/application.rs | |
parent | 2c7b75475f9534ca330cccea4778a3878fed6b4c (diff) |
dap: Stop comparing file paths per line number
Diffstat (limited to 'helix-term/src/application.rs')
-rw-r--r-- | helix-term/src/application.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs index 1c30c343..53919c8a 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -1,4 +1,4 @@ -use helix_core::{merge_toml_values, syntax, Selection}; +use helix_core::{merge_toml_values, syntax}; use helix_dap::Payload; use helix_lsp::{lsp, util::lsp_pos_to_pos, LspProgressMap}; use helix_view::{theme, Editor}; |