diff --git a/src/error.rs b/src/error.rs index a14b719..945b86b 100644 --- a/src/error.rs +++ b/src/error.rs @@ -45,7 +45,7 @@ impl IntoResponse for AppError { body style=(crate::BODY_STYLE) { p style=(format!("{} font-size: 2em;", crate::IMG_STYLE)) { "Something went wrong" - self.internal; + (self.internal.to_string()); } a style=(format!("{} right: 0;", crate::ABOUT_STYLE)) href="https://gaze.systems" target="_blank" { "website made by dusk"