From cdc54a3a3fcc59a368c3d064885c78732b2b93b5 Mon Sep 17 00:00:00 2001 From: David Renshaw Date: Thu, 28 Mar 2024 23:46:23 -0400 Subject: [PATCH] add linkification in a doc comment --- capnp/src/serialize.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capnp/src/serialize.rs b/capnp/src/serialize.rs index 3128a4339..48bc36da1 100644 --- a/capnp/src/serialize.rs +++ b/capnp/src/serialize.rs @@ -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 { buffer: T,