remove wrong usage

This commit is contained in:
Edgar 2021-01-10 12:03:55 +01:00
parent ea5031ed3f
commit 959b0efc6a
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85

View file

@ -178,7 +178,7 @@ pub struct Name {
#[derive(Debug, Serialize, Deserialize, Default)]
pub struct PhoneDetail {
/// The country calling code (CC), in its canonical international E.164 numbering plan format.
pub country_code: Country,
pub country_code: String,
/// The national number, in its canonical international E.164 numbering plan format.
pub national_number: String,
/// The extension number.