tor-error: Fix a broken intra-doc link

I didn't spot this in review amongst the other messages from Nightly.
This commit is contained in:
Ian Jackson 2022-06-10 13:45:30 +01:00
parent 605a988a60
commit abea103bb0
1 changed files with 2 additions and 1 deletions

View File

@ -441,7 +441,8 @@ pub enum ErrorKind {
/// An resolve operation finished with an error.
///
/// Contrary to [`RemoteHostNotFound`], this can't mean "this is not a hostname".
/// Contrary to [`RemoteHostNotFound`](ErrorKind::RemoteHostNotFound),
/// this can't mean "this is not a hostname".
/// This error should be retried.
#[display(fmt = "remote hostname lookup failure")]
RemoteHostResolutionFailed,