Skip to content

Commit 4c4de90

Browse files
docs(rt): Link to Read and Write traits from Upgraded doc comment (#3761)
1 parent bb51c81 commit 4c4de90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/upgrade.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ use crate::common::io::Rewind;
5858
///
5959
/// This type holds a trait object internally of the original IO that
6060
/// was used to speak HTTP before the upgrade. It can be used directly
61-
/// as a `Read` or `Write` for convenience.
61+
/// as a [`Read`] or [`Write`] for convenience.
6262
///
6363
/// Alternatively, if the exact type is known, this can be deconstructed
6464
/// into its parts.

0 commit comments

Comments
 (0)