Clippy fix

This commit is contained in:
Jazz Turner-Baggs 2026-06-18 14:19:38 -07:00
parent 537aa9b952
commit e58af8ddd8
No known key found for this signature in database

View File

@ -43,5 +43,5 @@ pub(crate) trait GroupConvo<S: ExternalServices>: Convo<S> + std::fmt::Debug + S
} }
pub(crate) trait Identified { pub(crate) trait Identified {
fn id(&self) -> ConversationIdRef; fn id(&self) -> ConversationIdRef<'_>;
} }