From ace691f6b8ed09e8fd7fd5ff37db98c93eae761b Mon Sep 17 00:00:00 2001 From: Jorge Hermo Date: Thu, 10 Oct 2024 00:30:21 +0200 Subject: [PATCH] chore: remove comment --- crates/server/src/routes.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/server/src/routes.rs b/crates/server/src/routes.rs index 13fa605..ea3c034 100644 --- a/crates/server/src/routes.rs +++ b/crates/server/src/routes.rs @@ -9,7 +9,6 @@ pub fn router(app_state: AppState) -> Router { .with_state(app_state) } -// use macro and not a function so the logs are generated from the caller's module path macro_rules! build_error_response { ($error:expr) => {{ let original_error = format!("{:?}", $error);