We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f561f8 + cb06e27 commit 4253de9Copy full SHA for 4253de9
1 file changed
matcher/src/fuzzy_optimal.rs
@@ -36,7 +36,7 @@ impl Matcher {
36
if !matched {
37
assert!(
38
!N::ASCII || !H::ASCII,
39
- "should have been caught by prefilter"
+ "Non-match should have been caught by prefilter. Maybe `needle` is not normalized?"
40
);
41
return None;
42
}
0 commit comments