Add Pin::as_deref_mut to relnotes
This commit is contained in:
parent
e26ff2f908
commit
326fedf309
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ Stabilized APIs
|
|||
- [`core::ptr::without_provenance_mut`](https://doc.rust-lang.org/stable/core/ptr/fn.without_provenance_mut.html)
|
||||
- [`core::ptr::dangling`](https://doc.rust-lang.org/stable/core/ptr/fn.dangling.html)
|
||||
- [`core::ptr::dangling_mut`](https://doc.rust-lang.org/stable/core/ptr/fn.dangling_mut.html)
|
||||
- [`Pin::as_deref_mut`](https://doc.rust-lang.org/stable/core/pin/struct.Pin.html#method.as_deref_mut)
|
||||
|
||||
These APIs are now stable in const contexts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue