chore: Clippy fixes

This commit is contained in:
Ginger
2026-04-07 12:17:35 -04:00
parent d62eeda130
commit 24f7e1d658
21 changed files with 45 additions and 75 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ use database::Ignore;
use futures::{Stream, StreamExt, stream::iter};
use itertools::Itertools;
use ruma::{
OwnedServerName, RoomId, ServerName,
OwnedServerName, RoomId,
events::{StateEventType, room::power_levels::RoomPowerLevelsEventContent},
int,
};