Skip to content

Commit f8f5157

Browse files
committed
Remove missed call to parse_noaction
1 parent 60c486d commit f8f5157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lrlex/src/lib/ctbuilder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ where
549549
let l: LRNonStreamingLexer<LexerTypesT> =
550550
closure_lexerdef.lexer(&input);
551551
#[allow(deprecated)]
552-
for e in rtpb.parse_noaction(&l) {
552+
for e in rtpb.parse_map(&l, &|_| (), &|_, _| ()).1 {
553553
Err(format!("parsing {}: {}", path.display(), e))?
554554
}
555555
}

0 commit comments

Comments
 (0)