aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-02 12:48:06 +0000
committerFuwn <[email protected]>2025-06-02 12:48:06 +0000
commite0fa9fce6571a8d1624f7fb93b4bbe457341202e (patch)
tree42f1054e27ed3719a46adf779f22fbf61caf94c0 /src/main.rs
parentchore(just): Pin Fuwn/justfiles cargo.just (diff)
downloadseptember-e0fa9fce6571a8d1624f7fb93b4bbe457341202e.tar.xz
september-e0fa9fce6571a8d1624f7fb93b4bbe457341202e.zip
style: Use nightly Rust formatter
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 b7e3129..070612c 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};