From efb7a7e1262e33af2ba00c74fce5bf45578b934e Mon Sep 17 00:00:00 2001 From: The Dax Date: Mon, 23 Jun 2025 14:23:05 -0400 Subject: [PATCH] Address warning: "empty line after outer attribute" --- src/bin/kawari-frontier.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/kawari-frontier.rs b/src/bin/kawari-frontier.rs index ebc5c3f..67fa78c 100644 --- a/src/bin/kawari-frontier.rs +++ b/src/bin/kawari-frontier.rs @@ -79,7 +79,6 @@ async fn fallback(uri: Uri) -> (StatusCode, String) { #[derive(Clone, Copy, Debug)] #[must_use] - pub struct Xml(pub T); impl IntoResponse for Xml