diff options
author | 2023-11-16 12:24:21 +0100 | |
---|---|---|
committer | 2023-11-16 06:24:21 -0500 | |
commit | 72cbb92e0e53680c67c27b56fabbe1f3ed5dbae9 (patch) | |
tree | 3973e0862571346f83ee1bce657a784b1d50d56f /src/buf/mod.rs | |
parent | bde8c50703869f54b905560eb62c2478a0111885 (diff) | |
download | bytes-72cbb92e0e53680c67c27b56fabbe1f3ed5dbae9.tar.gz bytes-72cbb92e0e53680c67c27b56fabbe1f3ed5dbae9.tar.zst bytes-72cbb92e0e53680c67c27b56fabbe1f3ed5dbae9.zip |
docs: fix broken links (#639)
Fixed a few broken links and converted a lot of them from the
html-link to intra-doc links.
Diffstat (limited to 'src/buf/mod.rs')
-rw-r--r-- | src/buf/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buf/mod.rs b/src/buf/mod.rs index c4c0a57..1bf0a47 100644 --- a/src/buf/mod.rs +++ b/src/buf/mod.rs @@ -13,8 +13,6 @@ //! See [`Buf`] and [`BufMut`] for more details. //! //! [rope]: https://en.wikipedia.org/wiki/Rope_(data_structure) -//! [`Buf`]: trait.Buf.html -//! [`BufMut`]: trait.BufMut.html mod buf_impl; mod buf_mut; |