From 9108a3d8c315c0923a062a968073252446a9ba00 Mon Sep 17 00:00:00 2001 From: eythorsson Date: Sun, 2 Nov 2025 15:25:31 +0100 Subject: [PATCH] empty commit --- axum/src/routing/method_routing.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/axum/src/routing/method_routing.rs b/axum/src/routing/method_routing.rs index 1ab10db59c..1451706427 100644 --- a/axum/src/routing/method_routing.rs +++ b/axum/src/routing/method_routing.rs @@ -24,6 +24,7 @@ use tower::service_fn; use tower_layer::Layer; use tower_service::Service; +// BLALA macro_rules! top_level_service_fn { ( $name:ident, GET