From 0bcb8e7bd8aefb089ad88f5ebfd7364ae81cdf06 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 20 Jul 2026 18:23:39 +0200 Subject: chore(server): Remove warnings --- crates/server/src/handlers/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/server/src/handlers') diff --git a/crates/server/src/handlers/mod.rs b/crates/server/src/handlers/mod.rs index 1ac5a0c4..5fb5d0f2 100644 --- a/crates/server/src/handlers/mod.rs +++ b/crates/server/src/handlers/mod.rs @@ -29,8 +29,8 @@ impl IntoResponse for ErrorResponseStatus<'_> { } pub(crate) struct ErrorResponseStatus<'a> { - pub error: ErrorResponse<'a>, - pub status: http::StatusCode, + pub(crate) error: ErrorResponse<'a>, + pub(crate) status: http::StatusCode, } pub(crate) trait RespExt<'a> { -- cgit v1.3.1