Use #[expect], lint reasons

This commit is contained in:
Lambda 2024-09-05 19:01:22 +00:00
parent e14b7f28f2
commit b09c44a0ca
49 changed files with 157 additions and 161 deletions

View file

@ -64,7 +64,7 @@ impl service::rooms::search::Data for KeyValueDatabase {
}
#[tracing::instrument(skip(self))]
#[allow(clippy::type_complexity)]
#[expect(clippy::type_complexity)]
fn search_pdus<'a>(
&'a self,
room_id: &RoomId,