We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f9b51 commit b36d771Copy full SHA for b36d771
1 file changed
src/proto/message/response.rs
@@ -35,7 +35,7 @@ pub enum Response {
35
}
36
37
impl Response {
38
- /// The protocol message identifier for a given [`Response`](super::Response) message type.
+ /// The protocol message identifier for a given [`Response`] message type.
39
///
40
/// Described in [draft-miller-ssh-agent-14 § 6.1](https://www.ietf.org/archive/id/draft-miller-ssh-agent-14.html#section-6.1).
41
pub fn message_id(&self) -> u8 {
0 commit comments