We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb51c81 commit 4c4de90Copy full SHA for 4c4de90
src/upgrade.rs
@@ -58,7 +58,7 @@ use crate::common::io::Rewind;
58
///
59
/// This type holds a trait object internally of the original IO that
60
/// was used to speak HTTP before the upgrade. It can be used directly
61
-/// as a `Read` or `Write` for convenience.
+/// as a [`Read`] or [`Write`] for convenience.
62
63
/// Alternatively, if the exact type is known, this can be deconstructed
64
/// into its parts.
0 commit comments