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

@@ -13,7 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
use crate::PhoneNumberDesc;
use crate::generated::proto::phonemetadata::PhoneNumberDesc;
/// Internal phonenumber matching API used to isolate the underlying
/// implementation of the matcher and allow different implementations to be