diff options
| author | Tolmachev Igor <me@igorek.dev> | 2025-09-10 23:22:37 +0300 |
|---|---|---|
| committer | Tolmachev Igor <me@igorek.dev> | 2025-09-10 23:22:37 +0300 |
| commit | 7caf8289f5d3dea230d83d9eb0a732bdaa09a6b7 (patch) | |
| tree | ed9c49b96c4dd2a9907bbe3822cc45f3cd45fe66 /src/extract/auth.rs | |
| parent | 7451c40e4b0c735fe64efe99b977ce72f473ad2f (diff) | |
| download | queue_server-7caf8289f5d3dea230d83d9eb0a732bdaa09a6b7.tar.gz queue_server-7caf8289f5d3dea230d83d9eb0a732bdaa09a6b7.zip | |
Change imports style
Diffstat (limited to 'src/extract/auth.rs')
| -rw-r--r-- | src/extract/auth.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/extract/auth.rs b/src/extract/auth.rs index cc357fd..1feb985 100644 --- a/src/extract/auth.rs +++ b/src/extract/auth.rs | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | use axum::extract::FromRequestParts; | 1 | use axum::{extract::FromRequestParts, http::request::Parts}; |
| 2 | use axum::http::request::Parts; | ||
| 3 | use axum_extra::TypedHeader; | 2 | use axum_extra::TypedHeader; |
| 4 | use entity::users; | 3 | use entity::users; |
| 5 | use headers::authorization::{Authorization, Bearer}; | 4 | use headers::authorization::{Authorization, Bearer}; |
