We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23764ce commit fc48116Copy full SHA for fc48116
regex-syntax/src/hir/visitor.rs
@@ -213,7 +213,7 @@ impl<'a> Frame<'a> {
213
match *self {
214
Frame::Repetition(rep) => &rep.sub,
215
Frame::Capture(capture) => &capture.sub,
216
- Frame::LookAround(lookaround) => &lookaround.sub(),
+ Frame::LookAround(lookaround) => lookaround.sub(),
217
Frame::Concat { head, .. } => head,
218
Frame::Alternation { head, .. } => head,
219
}
0 commit comments