From 506a0659807e96bfdad807d36d25f3856c8b245d Mon Sep 17 00:00:00 2001 From: rhysd Date: Thu, 1 Aug 2024 01:43:47 +0900 Subject: [PATCH] fix violating MSRV --- src/word.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/word.rs b/src/word.rs index 57b4058..f64f15c 100644 --- a/src/word.rs +++ b/src/word.rs @@ -55,7 +55,11 @@ pub fn find_word_inclusive_end_forward(line: &str, start_col: usize) -> Option Option {