From 3a2e8e6c0f5014ae71a9b0b6e96ab964235c4390 Mon Sep 17 00:00:00 2001 From: Vlasislav Kashin <99754299+vloldik@users.noreply.github.com> Date: Sun, 13 Jul 2025 14:59:39 +0300 Subject: [PATCH] Move helper constants out of folder --- src/phonenumberutil/{helper_constants => }/helper_constants.rs | 0 src/phonenumberutil/helper_constants/mod.rs | 3 --- 2 files changed, 3 deletions(-) rename src/phonenumberutil/{helper_constants => }/helper_constants.rs (100%) delete mode 100644 src/phonenumberutil/helper_constants/mod.rs diff --git a/src/phonenumberutil/helper_constants/helper_constants.rs b/src/phonenumberutil/helper_constants.rs similarity index 100% rename from src/phonenumberutil/helper_constants/helper_constants.rs rename to src/phonenumberutil/helper_constants.rs diff --git a/src/phonenumberutil/helper_constants/mod.rs b/src/phonenumberutil/helper_constants/mod.rs deleted file mode 100644 index 372cdc2..0000000 --- a/src/phonenumberutil/helper_constants/mod.rs +++ /dev/null @@ -1,3 +0,0 @@ -mod helper_constants; - -pub(super) use helper_constants::{*};