Update generated location

This commit is contained in:
Vlasislav Kashin
2025-07-13 14:58:49 +03:00
parent 1464119ff8
commit 467416e3ef
15 changed files with 27 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
use log::{error};
use super::regex_util::{RegexFullMatch, RegexConsume};
use crate::{interfaces, proto_gen::phonemetadata::PhoneNumberDesc, regexp_cache::{ErrorInvalidRegex, RegexCache}};
use crate::{interfaces, phonemetadata::PhoneNumberDesc, regexp_cache::{ErrorInvalidRegex, RegexCache}};
pub struct RegexBasedMatcher {
cache: RegexCache,