From 3cbab2090839ef0d0ca7d7d6ef01404e48ddc8fa Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Fri, 25 Dec 2020 17:42:50 +0900 Subject: lsp: Fix pos_to_lsp_pos calculation. --- helix-term/src/application.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term') diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs index 004c5c61..76b16743 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -207,7 +207,7 @@ impl Application { }), ); } - _ => unreachable!(), + e => unreachable!("{:?}", e), } } -- cgit v1.2.3-70-g09d2