clippy fixes

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-07-17 13:49:53 -07:00
parent a4c1b38116
commit 8a1398face
26 changed files with 51 additions and 62 deletions

View File

@@ -734,7 +734,7 @@ pub fn is_timeline_ready(
let note = ndb.get_note_by_key(&txn, note_key).expect("note");
let add_pk = timeline.kind.pubkey().map(|pk| pk.bytes());
hybrid_contacts_filter(&note, add_pk, with_hashtags).map_err(Into::into)
hybrid_contacts_filter(&note, add_pk, with_hashtags)
};
// TODO: into_follow_filter is hardcoded to contact lists, let's generalize