fix: cargo clippy --fix && cargo fmt
This commit is contained in:
parent
a3c460a611
commit
c26ec49e05
4 changed files with 13 additions and 14 deletions
|
@ -2,11 +2,10 @@ use std::sync::Arc;
|
|||
|
||||
use axum::{
|
||||
Router,
|
||||
middleware::from_fn_with_state,
|
||||
routing::{any, delete, get, patch},
|
||||
routing::{delete, get},
|
||||
};
|
||||
|
||||
use crate::{AppState, api::v1::auth::CurrentUser};
|
||||
use crate::AppState;
|
||||
|
||||
mod uuid;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue