diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-08-25 22:38:19 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-08-25 22:38:19 -0400 |
| commit | 5bc9dc01618421596d65a7046e46559a872c6693 (patch) | |
| tree | 716d3895b77678adcd9ccab3a4d04ec5eee6eb90 /src/conversation/handlers/send/mod.rs | |
| parent | 25914826e0f256789d943cd25375b2444130ce01 (diff) | |
Group Rust imports by crate.
I've been doing this by hand anyways, and this makes it a _ton_ less tedious to maintain. I think it looks nice.
This does, however, require nightly - for formatting only.
Diffstat (limited to 'src/conversation/handlers/send/mod.rs')
| -rw-r--r-- | src/conversation/handlers/send/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/handlers/send/mod.rs b/src/conversation/handlers/send/mod.rs index 9ec020a..1c8ac63 100644 --- a/src/conversation/handlers/send/mod.rs +++ b/src/conversation/handlers/send/mod.rs @@ -4,10 +4,10 @@ use axum::{ response::{self, IntoResponse}, }; -use crate::conversation::handlers::PathInfo; use crate::{ app::App, clock::RequestedAt, + conversation::handlers::PathInfo, error::{Internal, NotFound}, message::{Body, Message, app::SendError}, token::extract::Identity, |
