Revert diff

This commit is contained in:
Jacob Hoffman-Andrews
2020-11-26 12:51:15 -08:00
committed by Martin Algesten
parent f9378ab089
commit 3cd160279f

View File

@@ -49,7 +49,7 @@ pub struct Error {
message: Option<String>, message: Option<String>,
url: Option<Url>, url: Option<Url>,
source: Option<Box<dyn error::Error + Send + Sync + 'static>>, source: Option<Box<dyn error::Error + Send + Sync + 'static>>,
pub response: Option<Response>, response: Option<Response>,
} }
impl Display for Error { impl Display for Error {