diff --git a/src/lib.rs b/src/lib.rs index 3b1a879d..c6bfe314 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -345,17 +345,6 @@ where } } -// For now, we don't support serialization of EventResult. -// This is going to be added in a future version. -impl Serialize for EventResult { - fn serialize(&self, _serializer: S) -> Result - where - S: Serializer, - { - unimplemented!("not supported yet") - } -} - /// An error when attempting to create a value from a string via the `FromStr` trait. /// /// This error type is only used for simple enums with unit variants. Event deserialization through