Skip to content

Commit ed8783f

Browse files
authored
Merge pull request #1449 from asomers/aio-docs
Fix bad links in the aio docs
2 parents 37e0c10 + e0ac071 commit ed8783f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sys/aio.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ impl<'a> AioCb<'a> {
379379
}
380380
}
381381

382-
/// Like [`from_mut_slice`], but works on constant slices rather than
382+
/// Like [`AioCb::from_mut_slice`], but works on constant slices rather than
383383
/// mutable slices.
384384
///
385385
/// An `AioCb` created this way cannot be used with `read`, and its
@@ -1102,8 +1102,8 @@ impl<'a> LioCbBuilder<'a> {
11021102
///
11031103
/// Afterwards it will be possible to issue the operations with
11041104
/// [`LioCb::listio`]. Conversely, it will no longer be possible to add new
1105-
/// operations with [`LioCb::emplace_slice`] or
1106-
/// [`LioCb::emplace_mut_slice`].
1105+
/// operations with [`LioCbBuilder::emplace_slice`] or
1106+
/// [`LioCbBuilder::emplace_mut_slice`].
11071107
///
11081108
/// [`LioCb::listio`]: struct.LioCb.html#method.listio
11091109
/// [`LioCb::from_mut_slice`]: struct.LioCb.html#method.from_mut_slice

0 commit comments

Comments
 (0)