diff --git a/transports/pnet/src/crypt_writer.rs b/transports/pnet/src/crypt_writer.rs index e13bb446ce6..e921e278875 100644 --- a/transports/pnet/src/crypt_writer.rs +++ b/transports/pnet/src/crypt_writer.rs @@ -55,7 +55,7 @@ impl CryptWriter { } } -/// Write the contents of a Vec into an AsyncWrite. +/// Write the contents of a [`Vec`] into an [`AsyncWrite`]. /// /// The handling 0 byte progress and the Interrupted error was taken from BufWriter in async_std. ///