Skip to content

Commit 1771b80

Browse files
committed
Auto merge of rust-lang#135275 - coolreader18:pin-as_deref_mut-relnotes, r=BoxyUwU
Add Pin::as_deref_mut to 1.84 relnotes Resolves rust-lang#131243 - I think this got missed in the relnotes sweep or something. `@rustbot` label relnotes
2 parents 8247594 + 326fedf commit 1771b80

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)