File tree 1 file changed +4
-2
lines changed
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> {
139
139
}
140
140
}
141
141
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.
143
146
///
144
- /// Provides access to the initialized and uninitialized parts of the underlying `BorrowedBuf`.
145
147
/// Data can be written directly to the cursor by using [`append`](BorrowedCursor::append) or
146
148
/// indirectly by getting a slice of part or all of the cursor and writing into the slice. In the
147
149
/// 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