Skip to content

Commit

Permalink
Fix doc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed May 23, 2024
1 parent cad0574 commit 08e6f49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atspi-common/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ macro_rules! impl_to_dbus_message {
/// fn try_from(msg: &zbus::Message) -> Result<Self, Self::Error> {
/// if msg.header().interface().ok_or(AtspiError::MissingInterface)? != StateChangedEvent::DBUS_INTERFACE {
/// StateChangedEvent::try_from_message(msg)
/// }
/// }
/// }
/// ```
Expand Down

0 comments on commit 08e6f49

Please sign in to comment.