summaryrefslogtreecommitdiffstats
path: root/vendor/gix-transport/src/client/traits.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gix-transport/src/client/traits.rs')
-rw-r--r--vendor/gix-transport/src/client/traits.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix-transport/src/client/traits.rs b/vendor/gix-transport/src/client/traits.rs
index 408935391..613d62b1a 100644
--- a/vendor/gix-transport/src/client/traits.rs
+++ b/vendor/gix-transport/src/client/traits.rs
@@ -13,7 +13,7 @@ use crate::{client::Error, Protocol};
/// This trait represents all transport related functions that don't require any input/output to be done which helps
/// implementation to share more code across blocking and async programs.
pub trait TransportWithoutIO {
- /// If the handshake or subsequent reads failed with [std::io::ErrorKind::PermissionDenied], use this method to
+ /// If the handshake or subsequent reads failed with [`std::io::ErrorKind::PermissionDenied`], use this method to
/// inform the transport layer about the identity to use for subsequent calls.
/// If authentication continues to fail even with an identity set, consider communicating this to the provider
/// of the identity in order to mark it as invalid. Otherwise the user might have difficulty updating obsolete