Skip to content

Commit cdc54a3

Browse files
committed
add linkification in a doc comment
1 parent 9738fed commit cdc54a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capnp/src/serialize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pub fn read_message_from_flat_slice_no_alloc<'a>(
9292
}
9393

9494
/// Segments read from a buffer, useful for when you have the message in a buffer and don't want the extra
95-
/// copy of `read_message`.
95+
/// copy performed by [`read_message`].
9696
#[cfg(feature = "alloc")]
9797
pub struct BufferSegments<T> {
9898
buffer: T,

0 commit comments

Comments
 (0)