Skip to content

Commit 0f4dc87

Browse files
BoxyUwUtraviscross
andauthored
Add Pin::as_deref_mut to stabilized APIs
Co-authored-by: Travis Cross <tc@traviscross.com>
1 parent a70e577 commit 0f4dc87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

posts/2025-01-09-Rust-1.84.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ For more details, see the standard library [documentation on provenance](https:/
143143
- [`core::ptr::without_provenance_mut`](https://doc.rust-lang.org/stable/core/ptr/fn.without_provenance_mut.html)
144144
- [`core::ptr::dangling`](https://doc.rust-lang.org/stable/core/ptr/fn.dangling.html)
145145
- [`core::ptr::dangling_mut`](https://doc.rust-lang.org/stable/core/ptr/fn.dangling_mut.html)
146+
- [`Pin::as_deref_mut`](https://doc.rust-lang.org/stable/core/pin/struct.Pin.html#method.as_deref_mut)
146147

147148
These APIs are now stable in const contexts
148149

0 commit comments

Comments
 (0)