Skip to content

Commit b0ff75d

Browse files
committed
impl: remove deprecated use of byte_classes
The auto_configure routine will now never disable it.
1 parent f3b8479 commit b0ff75d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/exec.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,6 @@ impl ExecBuilder {
373373
AhoCorasickBuilder::new()
374374
.match_kind(MatchKind::LeftmostFirst)
375375
.auto_configure(&lits)
376-
// We always want this to reduce size, regardless
377-
// of what auto-configure does.
378-
.byte_classes(true)
379376
.build_with_size::<u32, _, _>(&lits)
380377
// This should never happen because we'd long exceed the
381378
// compilation limit for regexes first.

0 commit comments

Comments
 (0)