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 @@
mod shortnumberinfo;
mod interfaces;
/// This module is automatically generated from /resources/*.proto
mod proto_gen;
mod generated;
mod phonenumberutil;
mod regexp_cache;
mod regex_based_matcher;
@@ -30,6 +30,6 @@ pub use phonenumberutil::{
errors,
enums,
};
pub use proto_gen::phonemetadata;
pub use proto_gen::phonenumber;
pub use generated::proto::phonemetadata;
pub use generated::proto::phonenumber;
mod tests;