mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-30 21:20:09 +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 {
|
pub(crate) trait Identified {
|
||||||
fn id(&self) -> ConversationIdRef;
|
fn id(&self) -> ConversationIdRef<'_>;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user