mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-03-29 15:04:43 -04:00
fix: made it so that clippy doesn't complain about request
This commit is contained in:
parent
580b6af894
commit
87c5def115
1 changed files with 1 additions and 1 deletions
|
|
@ -648,7 +648,7 @@ fn server_routes() -> Router {
|
|||
|
||||
pub async fn deny_if_not_allowed_by_acl<T>(
|
||||
host: Option<Host>,
|
||||
request: http::Request<T>,
|
||||
request: axum::http::Request<T>,
|
||||
next: Next<T>,
|
||||
) -> Response {
|
||||
let Some(host) = host else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue