From 11cbc439c8785ed937125e0ba2a60ef470564a5e Mon Sep 17 00:00:00 2001 From: Nathan Lilienthal Date: Mon, 26 Apr 2021 12:08:26 -0400 Subject: Update vi-mode `Open` config docs for hints --- alacritty/src/display/hint.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alacritty') diff --git a/alacritty/src/display/hint.rs b/alacritty/src/display/hint.rs index 6ab68f10..f2f49b5d 100644 --- a/alacritty/src/display/hint.rs +++ b/alacritty/src/display/hint.rs @@ -165,7 +165,7 @@ impl HintState { } /// Hint match which was selected by the user. -#[derive(Clone)] +#[derive(Debug, Clone)] pub struct HintMatch { /// Action for handling the text. pub action: HintAction, -- cgit