mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-30 13:09:28 +00:00
Clippy fix
This commit is contained in:
parent
537aa9b952
commit
e58af8ddd8
@ -43,5 +43,5 @@ pub(crate) trait GroupConvo<S: ExternalServices>: Convo<S> + std::fmt::Debug + S
|
||||
}
|
||||
|
||||
pub(crate) trait Identified {
|
||||
fn id(&self) -> ConversationIdRef;
|
||||
fn id(&self) -> ConversationIdRef<'_>;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user