aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/renderer.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/renderer.rs b/src/renderer.rs
index 098cf91..d1e16ea 100644
--- a/src/renderer.rs
+++ b/src/renderer.rs
@@ -846,6 +846,7 @@ fn humanize_systemtime(src_time: Option<SystemTime>) -> Option<String> {
}
/// Renders an error on the webpage
+#[allow(clippy::too_many_arguments)]
pub fn render_error(
error_description: &str,
error_code: StatusCode,