From 8c3a2724aabbb7878716b2eb0f2e32aa39fe80ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Sun, 15 Aug 2021 17:12:32 +0000 Subject: [PATCH] Update maud/src/lib.rs Co-authored-by: Chris Wong --- maud/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maud/src/lib.rs b/maud/src/lib.rs index b1af57f5..f1b94e5d 100644 --- a/maud/src/lib.rs +++ b/maud/src/lib.rs @@ -265,7 +265,7 @@ mod axum_support { }; impl IntoResponse for PreEscaped { - fn into_response(self) -> Response { + fn into_response(self) -> Response { let mut res = Response::new(Body::from(self.0)); *res.status_mut() = StatusCode::OK; res.headers_mut().insert(