typos
This commit is contained in:
parent
8a778ca1e3
commit
85653831f7
7 changed files with 10 additions and 10 deletions
|
@ -138,8 +138,8 @@ impl<T: ?Sized> *mut T {
|
|||
/// ```
|
||||
#[unstable(feature = "ptr_to_from_bits", issue = "91126")]
|
||||
#[deprecated(
|
||||
since = "1.67",
|
||||
note = "replaced by the `exposed_addr` method, or update your code \
|
||||
since = "1.67.0",
|
||||
note = "replaced by the `expose_addr` method, or update your code \
|
||||
to follow the strict provenance rules using its APIs"
|
||||
)]
|
||||
#[inline(always)]
|
||||
|
@ -167,7 +167,7 @@ impl<T: ?Sized> *mut T {
|
|||
/// ```
|
||||
#[unstable(feature = "ptr_to_from_bits", issue = "91126")]
|
||||
#[deprecated(
|
||||
since = "1.67",
|
||||
since = "1.67.0",
|
||||
note = "replaced by the `ptr::from_exposed_addr_mut` function, or \
|
||||
update your code to follow the strict provenance rules using its APIs"
|
||||
)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue