From 08e6f4986cd277f235ecd676e3f41c96e3f207a1 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Thu, 23 May 2024 12:28:55 -0600 Subject: [PATCH] Fix doc issue --- atspi-common/src/macros.rs | 1 + 1 file changed, 1 insertion(+) 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) +/// } /// } /// } /// ```