From e0ac0719e9a1bfba917b2601c5d2518d287efcc9 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 12 Jun 2021 13:37:10 -0600 Subject: Fix bad links in the aio docs --- src/sys/aio.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sys/aio.rs') diff --git a/src/sys/aio.rs b/src/sys/aio.rs index a03caa45..fee9c51d 100644 --- a/src/sys/aio.rs +++ b/src/sys/aio.rs @@ -379,7 +379,7 @@ impl<'a> AioCb<'a> { } } - /// Like [`from_mut_slice`], but works on constant slices rather than + /// Like [`AioCb::from_mut_slice`], but works on constant slices rather than /// mutable slices. /// /// An `AioCb` created this way cannot be used with `read`, and its @@ -1102,8 +1102,8 @@ impl<'a> LioCbBuilder<'a> { /// /// Afterwards it will be possible to issue the operations with /// [`LioCb::listio`]. Conversely, it will no longer be possible to add new - /// operations with [`LioCb::emplace_slice`] or - /// [`LioCb::emplace_mut_slice`]. + /// operations with [`LioCbBuilder::emplace_slice`] or + /// [`LioCbBuilder::emplace_mut_slice`]. /// /// [`LioCb::listio`]: struct.LioCb.html#method.listio /// [`LioCb::from_mut_slice`]: struct.LioCb.html#method.from_mut_slice -- cgit v1.2.3