diff options
| author | Fuwn <[email protected]> | 2024-06-03 15:23:14 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-03 15:23:14 +0000 |
| commit | 303ed249037821be0e947b790ecb6090c89cc832 (patch) | |
| tree | 07d1449bb77f12eae0bd90344eee37440291167b /crates/whirl_api/src/lib.rs | |
| parent | chore(rustfmt): add new rules (diff) | |
| download | whirl-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.rs | 6 |
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; |