aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-24 00:38:05 +0000
committerFuwn <[email protected]>2024-07-24 00:38:05 +0000
commitcaeddebbb83e0ea0f495d1ce598f7daa288591e4 (patch)
tree7c1cd50dc598f17f0a6b006c6ff8f858cf18b39c /src/main.rs
parentchore: remove semi-outdated technical information (diff)
downloadseptember-caeddebbb83e0ea0f495d1ce598f7daa288591e4.tar.xz
september-caeddebbb83e0ea0f495d1ce598f7daa288591e4.zip
refactor(response): move configuration into struct
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 1 insertions, 2 deletions
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};