From 1a3a92463405fdd4738fbdbfda212aef58a2919d Mon Sep 17 00:00:00 2001 From: notoria Date: Sun, 6 Jun 2021 17:55:05 +0200 Subject: Implement Debug for data structure as a feature --- helix-lsp/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-lsp/src/lib.rs') diff --git a/helix-lsp/src/lib.rs b/helix-lsp/src/lib.rs index 5c482774..197ca27d 100644 --- a/helix-lsp/src/lib.rs +++ b/helix-lsp/src/lib.rs @@ -172,6 +172,7 @@ impl Notification { } } +#[cfg_attr(feature = "debug", derive(Debug))] pub struct Registry { inner: HashMap>, -- cgit v1.2.3-70-g09d2