events: Remove unused Serialize, Deserialize impls

This commit is contained in:
Jonas Platte 2023-01-18 09:30:47 +01:00
parent 62ed200a56
commit f99ff2a83c
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -174,7 +174,7 @@ impl<C> Replacement<C> {
/// 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.