Sanitaze code
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
mod tests;
|
||||
#[cfg(test)]
|
||||
mod phonenumberutil_tests;
|
||||
pub(self) mod region_code;
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,6 @@
|
||||
pub struct RegionCode {}
|
||||
|
||||
#[allow(unused)]
|
||||
impl RegionCode {
|
||||
pub fn ad() -> &'static str {
|
||||
"AD"
|
||||
|
||||
Reference in New Issue
Block a user