diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:57:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:57:31 +0000 |
commit | dc0db358abe19481e475e10c32149b53370f1a1c (patch) | |
tree | ab8ce99c4b255ce46f99ef402c27916055b899ee /vendor/gix-transport/src/client/traits.rs | |
parent | Releasing progress-linux version 1.71.1+dfsg1-2~progress7.99u1. (diff) | |
download | rustc-dc0db358abe19481e475e10c32149b53370f1a1c.tar.xz rustc-dc0db358abe19481e475e10c32149b53370f1a1c.zip |
Merging upstream version 1.72.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/gix-transport/src/client/traits.rs')
-rw-r--r-- | vendor/gix-transport/src/client/traits.rs | 2 |
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 |