Merge remote-tracking branch 'origin/main' into pch/factor_borrowchecker_out_of_wiggle

This commit is contained in:
Pat Hickey
2020-06-30 11:25:23 -07:00
31 changed files with 236 additions and 74 deletions

View File

@@ -61,7 +61,7 @@ pub use region::Region;
///
/// # Using References
///
/// The [`GuestMemory::as_slice`] or [`GuestPtr::as_str`] will return smart
/// The [`GuestPtr::as_slice`] or [`GuestPtr::as_str`] will return smart
/// pointers [`GuestSlice`] and [`GuestStr`]. These types, which implement
/// [`std::ops::Deref`] and [`std::ops::DerefMut`], provide mutable references
/// into the memory region given by a `GuestMemory`.