Skip to content

Commit

Permalink
Update link of trait BufMut in framing.md (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjiehan authored Jul 15, 2024
1 parent 1206468 commit 2f7195d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/tokio/tutorial/framing.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ initialization process is not free. When working with `BytesMut` and `BufMut`,
capacity is **uninitialized**. The `BytesMut` abstraction prevents us from
reading the uninitialized memory. This lets us avoid the initialization step.

[`BufMut`]: https://docs.rs/bytes/1/bytes/trait.BufMut.html
[`BufMut`]: https://docs.rs/bytes/1/bytes/buf/trait.BufMut.html
[`bytes`]: https://docs.rs/bytes/

# Parsing
Expand Down

0 comments on commit 2f7195d

Please sign in to comment.