From 2d42766a7118036dae4ca20f764f4909753a357d Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Sun, 29 Aug 2021 10:23:36 +0300 Subject: wip: refactor parameters in UI start --- helix-view/src/editor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-view/src') diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index 9644ba57..235974d7 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -77,7 +77,7 @@ pub struct Editor { pub debugger: Option, pub debugger_events: SelectAll>, pub debug_config_picker: Option>, - pub debug_config_completions: Option>>>, + pub debug_config_completions: Option>>, pub variables: Option>, pub variables_page: usize, -- cgit v1.2.3-70-g09d2