aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_api/src/lib.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-03 15:23:14 +0000
committerFuwn <[email protected]>2024-06-03 15:23:14 +0000
commit303ed249037821be0e947b790ecb6090c89cc832 (patch)
tree07d1449bb77f12eae0bd90344eee37440291167b /crates/whirl_api/src/lib.rs
parentchore(rustfmt): add new rules (diff)
downloadwhirl-303ed249037821be0e947b790ecb6090c89cc832.tar.xz
whirl-303ed249037821be0e947b790ecb6090c89cc832.zip
format: rustfmt with new rules
Diffstat (limited to 'crates/whirl_api/src/lib.rs')
-rw-r--r--crates/whirl_api/src/lib.rs6
1 files changed, 2 insertions, 4 deletions
diff --git a/crates/whirl_api/src/lib.rs b/crates/whirl_api/src/lib.rs
index 9051f4c..589fda0 100644
--- a/crates/whirl_api/src/lib.rs
+++ b/crates/whirl_api/src/lib.rs
@@ -19,10 +19,8 @@
html_favicon_url = "https://raw.githubusercontent.com/Whirlsplash/assets/master/Whirl.png"
)]
-#[macro_use]
-extern crate log;
-#[macro_use]
-extern crate serde_derive;
+#[macro_use] extern crate log;
+#[macro_use] extern crate serde_derive;
use axum::routing::get;