File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -139,9 +139,11 @@ impl<'data> BorrowedBuf<'data> {
139139 }
140140}
141141
142- /// A writeable view of the unfilled portion of a [`BorrowedBuf`](BorrowedBuf).
142+ /// A writeable view of the unfilled portion of a [`BorrowedBuf`].
143+ ///
144+ /// The unfilled portion consists of an initialized and an uninitialized part; see [`BorrowedBuf`]
145+ /// for details.
143146///
144- /// Provides access to the initialized and uninitialized parts of the underlying `BorrowedBuf`.
145147/// Data can be written directly to the cursor by using [`append`](BorrowedCursor::append) or
146148/// indirectly by getting a slice of part or all of the cursor and writing into the slice. In the
147149/// indirect case, the caller must call [`advance`](BorrowedCursor::advance) after writing to inform
You can’t perform that action at this time.
0 commit comments