Fix clippy lints.

This commit is contained in:
Tom Alexander
2024-09-29 14:08:05 -04:00
parent ef195cd4df
commit cdac8224c6
7 changed files with 41 additions and 17 deletions

View File

@@ -1,5 +1,4 @@
use std::future::Future;
use std::sync::Arc;
use axum::async_trait;
use axum::body::Body;