Skip to content

Commit

Permalink
fix: cargo doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Oct 5, 2023
1 parent 0fe67f4 commit 18aa606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/ibc/src/core/ics04_channel/acknowledgement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl TryFrom<Vec<u8>> for Acknowledgement {
}

/// Defines a convenience type for IBC applications to construct an
/// [`Acknowledgement`](super::acknowledgement::Acknowledgement) based on the
/// [`Acknowledgement`] based on the
/// success or failure of processing a received packet.
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
#[derive(Clone, Debug, PartialEq, Eq)]
Expand All @@ -69,7 +69,7 @@ pub enum AcknowledgementStatus {
}

/// A wrapper type that guards variants of
/// [`AcknowledgementStatus`](crate::core::ics04_channel::acknowledgement::AcknowledgementStatus)
/// [`AcknowledgementStatus`]
/// against being constructed with an empty value.
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
#[derive(Clone, Debug, PartialEq, Eq)]
Expand Down

0 comments on commit 18aa606

Please sign in to comment.