Rollup merge of #86372 - snoyberg:patch-1, r=jonas-schievink
Typo correction: s/is/its
This commit is contained in:
commit
27d5426bcf
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ impl<T: ?Sized> NonNull<T> {
|
|||
}
|
||||
}
|
||||
|
||||
/// Decompose a (possibly wide) pointer into is address and metadata components.
|
||||
/// Decompose a (possibly wide) pointer into its address and metadata components.
|
||||
///
|
||||
/// The pointer can be later reconstructed with [`NonNull::from_raw_parts`].
|
||||
#[unstable(feature = "ptr_metadata", issue = "81513")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue