Skip to content

Commit

Permalink
Fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Oct 21, 2024
1 parent ee15610 commit f014a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manul/src/protocol/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ impl RemoteError {
}
}

/// An error that can be returned from [`Round::receive_message`].
/// An error that can be returned from [`Round::receive_message`](`super::Round::receive_message`).
#[derive(Debug)]
pub struct ReceiveError<Id, P: Protocol>(pub(crate) ReceiveErrorType<Id, P>);

Expand Down Expand Up @@ -113,7 +113,7 @@ where
}
}

/// An error that can occur during [`Round::finalize`].
/// An error that can occur during [`Round::finalize`](`super::Round::finalize`).
pub enum FinalizeError<P: Protocol> {
/// A local error, usually indicating a bug in the implementation.
Local(LocalError),
Expand Down

0 comments on commit f014a1a

Please sign in to comment.