From c7adc5f014d4635c8468a863a124ddce4a9fe0e7 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 16 Apr 2023 21:15:12 -0700 Subject: refactor(response): rewrite unnecessary macro to function --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 224583c..10fea13 100644 --- a/src/main.rs +++ b/src/main.rs @@ -31,6 +31,7 @@ mod macros; mod modules; +mod response; mod route; mod timing; mod xml; -- cgit v1.2.3