diff --git a/atspi-common/src/macros.rs b/atspi-common/src/macros.rs index 383760ad..cf027635 100644 --- a/atspi-common/src/macros.rs +++ b/atspi-common/src/macros.rs @@ -238,6 +238,7 @@ macro_rules! impl_to_dbus_message { /// fn try_from(msg: &zbus::Message) -> Result { /// if msg.header().interface().ok_or(AtspiError::MissingInterface)? != StateChangedEvent::DBUS_INTERFACE { /// StateChangedEvent::try_from_message(msg) +/// } /// } /// } /// ```