diff --git a/src/errors.rs b/src/errors.rs index 9770c00..1f076f1 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -11,7 +11,6 @@ use crate::template_utils::{render_template, ErrorMessage, TemplateArgs}; #[derive(Debug, Display, Error)] pub enum UserError { - // #[display(fmt = "The page could not be found.")] NotFound, #[display(fmt = "Internal error. Try again later.")] InternalError,