From 83a816740268ec527bf2f908cf752cfcbedc81f9 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Sun, 17 Oct 2021 13:58:11 +0900 Subject: Invert core -> dap dependency --- helix-dap/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-dap/src/lib.rs') diff --git a/helix-dap/src/lib.rs b/helix-dap/src/lib.rs index 100c0c60..f60b102c 100644 --- a/helix-dap/src/lib.rs +++ b/helix-dap/src/lib.rs @@ -2,7 +2,7 @@ mod client; mod transport; mod types; -pub use client::{Client, DebuggerQuirks}; +pub use client::Client; pub use events::Event; pub use transport::{Payload, Response, Transport}; pub use types::*; -- cgit v1.2.3-70-g09d2