From 1cc7dd076a01ecb8077c0cf1311d76a4a64dc444 Mon Sep 17 00:00:00 2001 From: seemenkina Date: Mon, 22 Jun 2026 10:10:49 +0300 Subject: [PATCH] remove clone --- core/conversations/src/inbox_v2/identity.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/conversations/src/inbox_v2/identity.rs b/core/conversations/src/inbox_v2/identity.rs index 4016da5..779f90b 100644 --- a/core/conversations/src/inbox_v2/identity.rs +++ b/core/conversations/src/inbox_v2/identity.rs @@ -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); impl MlsIdentityProvider {