From b653d3a3f6da6c7bc92d371392e062aff13ca550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Fri, 16 Sep 2022 17:18:03 +0100 Subject: [PATCH] errors.rs: Remove superfluous comment --- src/errors.rs | 1 - 1 file changed, 1 deletion(-) 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,