errors.rs: Remove superfluous comment

pull/8/head
Tristan Daniël Maat 2022-09-16 17:18:03 +01:00
parent 527c476fb4
commit b653d3a3f6
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 0 additions and 1 deletions

View File

@ -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,