From f99ff2a83cbfe64b79d48ce3111bf44b372150ac Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 18 Jan 2023 09:30:47 +0100 Subject: [PATCH] events: Remove unused Serialize, Deserialize impls --- crates/ruma-common/src/events/relation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ruma-common/src/events/relation.rs b/crates/ruma-common/src/events/relation.rs index 17cafe3f..a0b17e4e 100644 --- a/crates/ruma-common/src/events/relation.rs +++ b/crates/ruma-common/src/events/relation.rs @@ -174,7 +174,7 @@ impl Replacement { /// The content of a [thread] relation. /// /// [thread]: https://spec.matrix.org/v1.5/client-server-api/#threading -#[derive(Clone, Debug, Deserialize, Serialize)] +#[derive(Clone, Debug)] #[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)] pub struct Thread { /// The ID of the root message in the thread.