We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26ff2f commit 326fedfCopy full SHA for 326fedf
RELEASES.md
@@ -60,6 +60,7 @@ Stabilized APIs
60
- [`core::ptr::without_provenance_mut`](https://doc.rust-lang.org/stable/core/ptr/fn.without_provenance_mut.html)
61
- [`core::ptr::dangling`](https://doc.rust-lang.org/stable/core/ptr/fn.dangling.html)
62
- [`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)
64
65
These APIs are now stable in const contexts
66
0 commit comments