chore: Clippy fixes

This commit is contained in:
Ginger
2026-04-27 16:52:12 -04:00
parent 6b0b8344d4
commit f269fb5cfc
10 changed files with 21 additions and 26 deletions
-2
View File
@@ -1,9 +1,7 @@
use axum::{Router, extract::State, routing::on};
use conduwuit_api::client::full_user_deactivate;
use conduwuit_service::oauth::OAuthTicket;
use futures::StreamExt;
use ruma::{OwnedRoomId, OwnedUserId, UserId};
use serde::Deserialize;
use tower_sessions::Session;
use validator::{Validate, ValidationError, ValidationErrors};
+1 -2
View File
@@ -11,9 +11,8 @@ use ruma::{
OwnedUserId,
api::client::uiaa::{EmailUserIdentifier, MatrixUserIdentifier, UserIdentifier},
};
use serde::{Deserialize, Serialize};
use serde::Deserialize;
use tower_sessions::Session;
use validator::Validate;
use crate::{
WebError,
+1 -6
View File
@@ -1,9 +1,4 @@
use axum::{
Router,
extract::State,
response::{IntoResponse, Response},
routing::get,
};
use axum::{Router, extract::State, response::Response, routing::get};
use conduwuit_service::threepid::EmailRequirement;
use futures::StreamExt;
use ruma::{OwnedClientSecret, OwnedSessionId};