Skip to content

Commit

Permalink
docs: Link to Read and Write traits from Upgraded doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Oct 9, 2024
1 parent bb51c81 commit 2f6b256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ use crate::common::io::Rewind;
///
/// This type holds a trait object internally of the original IO that
/// was used to speak HTTP before the upgrade. It can be used directly
/// as a `Read` or `Write` for convenience.
/// as a [`Read`] or [`Write`] for convenience.
///
/// Alternatively, if the exact type is known, this can be deconstructed
/// into its parts.
Expand Down

0 comments on commit 2f6b256

Please sign in to comment.