Skip to content

Commit

Permalink
add linkification in a doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Mar 29, 2024
1 parent 9738fed commit cdc54a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capnp/src/serialize.rs
Expand Up @@ -92,7 +92,7 @@ pub fn read_message_from_flat_slice_no_alloc<'a>(
}

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

0 comments on commit cdc54a3

Please sign in to comment.