File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ pub enum Error {
78
78
Append ,
79
79
/// An unexpected response was received. This could be a response from a command,
80
80
/// or an unsolicited response that could not be converted into a local type in
81
- /// [`UnsolicitedResponse`].
81
+ /// [`UnsolicitedResponse`](crate::types::UnsolicitedResponse) .
82
82
Unexpected ( Response < ' static > ) ,
83
83
}
84
84
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ impl<'c> fmt::Display for SortCriteria<'c> {
21
21
}
22
22
}
23
23
24
- /// Message sorting preferences used for [`Session::sort`] and [`Session::uid_sort`].
24
+ /// Message sorting preferences used for [`Session::sort`](crate::Session::sort)
25
+ /// and [`Session::uid_sort`](crate::Session::uid_sort).
25
26
///
26
27
/// Any sorting criterion that refers to an address (`From`, `To`, etc.) sorts according to the
27
28
/// "addr-mailbox" of the indicated address. You can find the formal syntax for addr-mailbox [in
You can’t perform that action at this time.
0 commit comments