remove updates to Address
This commit is contained in:
parent
251d6021b4
commit
ce1087e966
@ -2,9 +2,7 @@ use reqwest;
|
|||||||
use serde_json;
|
use serde_json;
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
use reqwest::header::USER_AGENT;
|
use reqwest::header::USER_AGENT;
|
||||||
use serde::{Serialize, Deserialize};
|
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Debug)]
|
|
||||||
pub struct Address {
|
pub struct Address {
|
||||||
pub street: String,
|
pub street: String,
|
||||||
pub city: String,
|
pub city: String,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user