File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ impl<'a> AioCb<'a> {
379
379
}
380
380
}
381
381
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
383
383
/// mutable slices.
384
384
///
385
385
/// An `AioCb` created this way cannot be used with `read`, and its
@@ -1102,8 +1102,8 @@ impl<'a> LioCbBuilder<'a> {
1102
1102
///
1103
1103
/// Afterwards it will be possible to issue the operations with
1104
1104
/// [`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`].
1107
1107
///
1108
1108
/// [`LioCb::listio`]: struct.LioCb.html#method.listio
1109
1109
/// [`LioCb::from_mut_slice`]: struct.LioCb.html#method.from_mut_slice
You can’t perform that action at this time.
0 commit comments