Skip to content

Commit

Permalink
docs(rt): Link to Read and Write traits from Upgraded doc comment (#3761
Browse files Browse the repository at this point in the history
)
  • Loading branch information
fasterthanlime authored Oct 9, 2024
1 parent bb51c81 commit 4c4de90
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

1 comment on commit 4c4de90

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'end_to_end'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 4c4de90 Previous: bb51c81 Ratio
http2_parallel_x10_req_10kb_100_chunks_adaptive_window 23996502 ns/iter (± 20721720.53) 7753807 ns/iter (± 123151.08) 3.09

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.