mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-14 03:08:57 -05:00
Fix ALL clippy warnings
This commit is contained in:
parent
851eb555b6
commit
5a8041969d
12 changed files with 106 additions and 278 deletions
|
|
@ -31,11 +31,7 @@ pub async fn redact_event_route(
|
|||
},
|
||||
&sender_user,
|
||||
&body.room_id,
|
||||
&db.globals,
|
||||
&db.sending,
|
||||
&db.admin,
|
||||
&db.account_data,
|
||||
&db.appservice,
|
||||
&db,
|
||||
)?;
|
||||
|
||||
db.flush().await?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue