Refactor exports and imports

This commit is contained in:
Vlasislav Kashin
2025-07-13 21:24:52 +03:00
parent 7f7bab7f16
commit 76a8d4857f
6 changed files with 36 additions and 42 deletions

View File

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