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::{*};