diff --git a/helix-dap/src/types.rs b/helix-dap/src/types.rs index c2becf33a..f9c56abdb 100644 --- a/helix-dap/src/types.rs +++ b/helix-dap/src/types.rs @@ -84,14 +84,6 @@ pub struct DebuggerCapabilities { pub supported_checksum_algorithms: Option>, } -impl std::ops::Deref for DebuggerCapabilities { - type Target = Option; - - fn deref(&self) -> &Self::Target { - &self.supports_exception_options - } -} - #[derive(Debug, PartialEq, Clone, Deserialize, Serialize)] #[serde(rename_all = "camelCase")] pub struct Checksum {