From 5bc9dc01618421596d65a7046e46559a872c6693 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Mon, 25 Aug 2025 22:38:19 -0400 Subject: 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. --- src/conversation/handlers/send/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conversation') 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, -- cgit v1.2.3