From caeddebbb83e0ea0f495d1ce598f7daa288591e4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 24 Jul 2024 00:38:05 +0000 Subject: refactor(response): move configuration into struct --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 9fe7910..a7374c3 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,8 +14,7 @@ mod html; mod response; mod url; -#[macro_use] -extern crate log; +#[macro_use] extern crate log; use {actix_web::web, response::default, std::env::var}; -- cgit v1.2.3