Skip to content

Commit

Permalink
util: fix broken intra-doc link (#5849)
Browse files Browse the repository at this point in the history
  • Loading branch information
nylonicious authored Jul 6, 2023
1 parent 0d382fa commit 74a5a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-util/src/io/sink_writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pin_project! {
/// [`CopyToBytes`]: crate::io::CopyToBytes
/// [`Encoder`]: crate::codec::Encoder
/// [`Sink`]: futures_sink::Sink
/// [`codec`]: tokio_util::codec
/// [`codec`]: crate::codec
#[derive(Debug)]
pub struct SinkWriter<S> {
#[pin]
Expand Down

0 comments on commit 74a5a45

Please sign in to comment.