diff options
Diffstat (limited to 'helix-lsp/src/lib.rs')
-rw-r--r-- | helix-lsp/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-lsp/src/lib.rs b/helix-lsp/src/lib.rs index 197ca27d..6d40cf0a 100644 --- a/helix-lsp/src/lib.rs +++ b/helix-lsp/src/lib.rs @@ -172,7 +172,7 @@ impl Notification { } } -#[cfg_attr(feature = "debug", derive(Debug))] +#[derive(Debug)] pub struct Registry { inner: HashMap<LanguageId, Arc<Client>>, |