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`.