From 540d52c471fa261b3d1a1f25a271c7474956db23 Mon Sep 17 00:00:00 2001 From: RumovZ Date: Fri, 27 Nov 2020 22:12:36 +0100 Subject: [PATCH] Comment fix --- rslib/src/search/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rslib/src/search/parser.rs b/rslib/src/search/parser.rs index aa3e66b11..1cc65bac9 100644 --- a/rslib/src/search/parser.rs +++ b/rslib/src/search/parser.rs @@ -477,7 +477,7 @@ fn is_invalid_escape(txt: &str) -> bool { RE.is_match(txt) } -/// Check string for escape sequences handled by the parser: ":() +/// Check string for escape sequences handled by the parser: ":()- fn is_parser_escape(txt: &str) -> bool { // odd number of \s followed by a char with special meaning to the parser lazy_static! {