errors.rs: Remove superfluous comment
This commit is contained in:
parent
527c476fb4
commit
b653d3a3f6
|
@ -11,7 +11,6 @@ use crate::template_utils::{render_template, ErrorMessage, TemplateArgs};
|
||||||
|
|
||||||
#[derive(Debug, Display, Error)]
|
#[derive(Debug, Display, Error)]
|
||||||
pub enum UserError {
|
pub enum UserError {
|
||||||
// #[display(fmt = "The page could not be found.")]
|
|
||||||
NotFound,
|
NotFound,
|
||||||
#[display(fmt = "Internal error. Try again later.")]
|
#[display(fmt = "Internal error. Try again later.")]
|
||||||
InternalError,
|
InternalError,
|
||||||
|
|
Loading…
Reference in a new issue