Skip to content

Commit a3c766a

Browse files
committed
clippy passes
1 parent e972692 commit a3c766a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ use crate::{
1212
ServiceMetrics,
1313
};
1414
use anyhow::Context as _;
15+
use async_trait::async_trait;
1516
use axum::body::Bytes;
16-
use axum::{async_trait, body::Body, http::Request, response::Response as AxumResponse, Router};
17+
use axum::{body::Body, http::Request, response::Response as AxumResponse, Router};
1718
use fn_error_context::context;
1819
use futures_util::{stream::TryStreamExt, FutureExt};
1920
use http_body_util::BodyExt; // for `collect`

0 commit comments

Comments
 (0)