File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ impl<'a> VmSpaceOwner<'a> {
352352 /// # Verified Properties
353353 /// ## Preconditions
354354 /// - The [`VmSpace`] invariants must hold with respect to the [`VmSpaceOwner`], which must be active.
355- /// - The writer must be well-formed with respect to the `[ VmSpaceOwner`].
355+ /// - The writer must be well-formed with respect to the [` VmSpaceOwner`].
356356 /// - The writer's virtual address range must be mapped within the [`VmSpaceOwner`]'s memory view.
357357 /// ## Postconditions
358358 /// - The writer will be added to the [`VmSpace`]'s writers list.
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ impl<'a> VmSpace<'a> {
205205 /// The newly created instance of [`VmReader`] and its associated [`VmIoOwner`] are not yet
206206 /// activated, so the guarantees about the memory view only require that the memory view is
207207 /// [`None`]. The guarantees about the memory view will be provided by the activation function
208- /// (see [`Self ::activate_reader`] and [`Self ::activate_writer`]).
208+ /// (see [`VmSpaceOwner ::activate_reader`] and [`VmSpaceOwner ::activate_writer`]).
209209 ///
210210 /// We avoid mixing the creation, usage and deletion into one giant function as this would
211211 /// create some unnecessary life-cycle management complexities and not really help with the
You can’t perform that action at this time.
0 commit comments