Additional new nightly lint fixes.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-02-27 22:05:38 +00:00
parent e178c12b6e
commit cb219c2135
15 changed files with 24 additions and 24 deletions

View File

@@ -103,7 +103,7 @@ pub(super) async fn handle_outlier_pdu(
let auth_events: Vec<_> = event
.auth_events()
.chain(hydra_create_id.as_deref().into_iter())
.chain(hydra_create_id.as_deref())
.stream()
.filter_map(|auth_event_id| {
self.event_fetch(auth_event_id)