Skip to content

Commit c13648b

Browse files
committed
fix: properly generating a the match hint target when a read occurrs
1 parent 35aac84 commit c13648b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bmatcher-core/src/matcher.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ impl<'a, S: Stack<u32>, C: Stack<usize>> BinaryMatcher<'a, S, C> {
307307
Atom::CursorPush => continue,
308308
Atom::SaveConstant(_) => continue,
309309
Atom::SaveCursor => continue,
310-
Atom::Read(_) => continue,
311310
_ => break,
312311
}
313312
}

0 commit comments

Comments
 (0)