Remove commented out code

This commit is contained in:
blank X 2021-04-26 08:52:30 +07:00
parent e1fcfd1b22
commit 23167ae077
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 0 additions and 10 deletions

View File

@ -46,16 +46,6 @@ impl From<serde_json::Error> for Error {
}
}
//impl fmt::Display for Error {
// fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result {
// formatter.write_str(&match self {
// Error::Reqwest(err) => format!("reqwest: {}", err),
// Error::SerdeJSON(err) => format!("serde_json: {}", err),
// Error::ApiErrors(err) =>
// })
// }
//}
#[derive(Debug, Deserialize)]
pub struct APIErrors {
pub errors: Vec<APIError>,