File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ impl<P: Deref<Target: Unpin>> Pin<P> {
462462 /// can ignore the pinning invariants when unwrapping it.
463463 ///
464464 /// [`Unpin`]: ../../std/marker/trait.Unpin.html
465- #[ unstable ( feature = "pin_into_inner" , issue = "60245 " ) ]
465+ #[ stable ( feature = "pin_into_inner" , since = "1.39.0 " ) ]
466466 #[ inline( always) ]
467467 pub fn into_inner ( pin : Pin < P > ) -> P {
468468 pin. pointer
@@ -569,7 +569,7 @@ impl<P: Deref> Pin<P> {
569569 ///
570570 /// [`Unpin`]: ../../std/marker/trait.Unpin.html
571571 /// [`Pin::into_inner`]: #method.into_inner
572- #[ unstable ( feature = "pin_into_inner" , issue = "60245 " ) ]
572+ #[ stable ( feature = "pin_into_inner" , since = "1.39.0 " ) ]
573573 #[ inline( always) ]
574574 pub unsafe fn into_inner_unchecked ( pin : Pin < P > ) -> P {
575575 pin. pointer
You can’t perform that action at this time.
0 commit comments