From c18b1cfab924ebef1dfeebe0a3612ccbde2e6c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADn?= Date: Wed, 11 Feb 2026 13:28:04 +0100 Subject: [PATCH] fix: Fix weird rebase issue --- bindings/matrix-sdk-ffi/src/client_builder.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/matrix-sdk-ffi/src/client_builder.rs b/bindings/matrix-sdk-ffi/src/client_builder.rs index 870ec4659..8474e288f 100644 --- a/bindings/matrix-sdk-ffi/src/client_builder.rs +++ b/bindings/matrix-sdk-ffi/src/client_builder.rs @@ -637,7 +637,6 @@ pub enum SlidingSyncVersionBuilder { #[derive(Clone, Debug, uniffi::Enum)] /// The cross-process mode for `Store`s. -#[derive(Clone, Debug)] pub enum CrossProcessMode { /// The stores will be used in multiple processes, the holder name for the /// cross-process lock is the associated `String`.