remove clone

This commit is contained in:
seemenkina 2026-06-22 10:10:49 +03:00
parent 85f49f521c
commit 1cc7dd076a
No known key found for this signature in database

View File

@ -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> {