Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-dap/src/client.rs')
-rw-r--r--helix-dap/src/client.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-dap/src/client.rs b/helix-dap/src/client.rs
index 6aa656e1..1529b6f9 100644
--- a/helix-dap/src/client.rs
+++ b/helix-dap/src/client.rs
@@ -4,7 +4,7 @@ use crate::{
types::*,
Error, Result,
};
-use helix_core::syntax::DebuggerQuirks;
+use helix_core::syntax::config::DebuggerQuirks;
use serde_json::Value;