mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-30 13:09:28 +00:00
remove clone
This commit is contained in:
parent
85f49f521c
commit
1cc7dd076a
@ -16,7 +16,6 @@ use crate::IdentityProvider;
|
||||
/// This type stops OpenMLS internal from leaking outside of the crate.
|
||||
/// Developers provider a simple IdentitityProvider, and Signer and Credential generation
|
||||
/// is provided
|
||||
#[derive(Clone)]
|
||||
pub struct MlsIdentityProvider<T: IdentityProvider>(T);
|
||||
|
||||
impl<T: IdentityProvider> MlsIdentityProvider<T> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user