Skip to content

Commit 326fedf

Browse files
committed
Add Pin::as_deref_mut to relnotes
1 parent e26ff2f commit 326fedf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RELEASES.md

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Stabilized APIs
6060
- [`core::ptr::without_provenance_mut`](https://doc.rust-lang.org/stable/core/ptr/fn.without_provenance_mut.html)
6161
- [`core::ptr::dangling`](https://doc.rust-lang.org/stable/core/ptr/fn.dangling.html)
6262
- [`core::ptr::dangling_mut`](https://doc.rust-lang.org/stable/core/ptr/fn.dangling_mut.html)
63+
- [`Pin::as_deref_mut`](https://doc.rust-lang.org/stable/core/pin/struct.Pin.html#method.as_deref_mut)
6364

6465
These APIs are now stable in const contexts
6566

0 commit comments

Comments
 (0)