again comment out debug anchor

This commit is contained in:
hendrik 2024-08-04 22:03:21 +02:00
parent 1f07efeee5
commit 710a28226e

View File

@ -784,7 +784,7 @@ fn match_pattern_vec(
if start_string_anchor || skip > input_line.len() {
return false;
}
return false;
//return false;
skip += 1;
continue 'outer;
}