Skip to content

Commit d6a7d6d

Browse files
Replace catchall with explicit ignore
1 parent fd8a662 commit d6a7d6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

regex-automata/src/nfa/thompson/pikevm.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,8 @@ impl PikeVM {
15101510
// It makes no sense to keep any look-behind state for this version of
15111511
// the search, since the caller receives no information about
15121512
// where the search ended.
1513-
..
1513+
keep_lookaround_state: _,
1514+
match_lookaround: _,
15141515
} = cache;
15151516

15161517
for look_behind_start in self.nfa.look_behind_starts() {

0 commit comments

Comments
 (0)