diff --git a/matcher/src/fuzzy_optimal.rs b/matcher/src/fuzzy_optimal.rs index aba7bbe..5d53ecf 100644 --- a/matcher/src/fuzzy_optimal.rs +++ b/matcher/src/fuzzy_optimal.rs @@ -36,7 +36,7 @@ impl Matcher { if !matched { assert!( !N::ASCII || !H::ASCII, - "should have been caught by prefilter" + "Non-match should have been caught by prefilter. Maybe `needle` is not normalized?" ); return None; }