feature(relay): performed code cleanup with clippy
This commit is contained in:
parent
2418f80bd9
commit
a6d9f028ba
1 changed files with 1 additions and 2 deletions
|
|
@ -2,9 +2,8 @@ use crate::relay::appstate::AppState;
|
||||||
use crate::relay::server::upload_info;
|
use crate::relay::server::upload_info;
|
||||||
use crate::relay::server::ws_handler;
|
use crate::relay::server::ws_handler;
|
||||||
use axum::{
|
use axum::{
|
||||||
extract::connect_info::ConnectInfo,
|
|
||||||
routing::{get, post},
|
routing::{get, post},
|
||||||
Extension, Router,
|
Router,
|
||||||
};
|
};
|
||||||
use axum_client_ip::SecureClientIpSource;
|
use axum_client_ip::SecureClientIpSource;
|
||||||
use shuttle_axum::ShuttleAxum;
|
use shuttle_axum::ShuttleAxum;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue