fix edition 2024 lints

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-02-25 18:38:12 +00:00 committed by June Clementine Strawberry
commit a67ab75417
36 changed files with 60 additions and 72 deletions

View file

@ -218,7 +218,7 @@ impl Service {
)
.await
.ok();
};
}
// Copy direct chat flag
if let Ok(mut direct_event) = self
@ -250,7 +250,7 @@ impl Service {
)
.await?;
}
};
}
}
}