@@ -476,7 +476,7 @@ impl<T: ?Sized> Box<T> {
476476 Box :: into_unique ( b) . into ( )
477477 }
478478
479- #[ unstable( feature = "ptr_internals" , issue = "0 " , reason = "use into_raw_non_null instead" ) ]
479+ #[ unstable( feature = "ptr_internals" , issue = "none " , reason = "use into_raw_non_null instead" ) ]
480480 #[ inline]
481481 #[ doc( hidden) ]
482482 pub fn into_unique ( b : Box < T > ) -> Unique < T > {
@@ -830,7 +830,7 @@ impl From<Box<str>> for Box<[u8]> {
830830 }
831831}
832832
833- #[ unstable( feature = "boxed_slice_try_from" , issue = "0 " ) ]
833+ #[ unstable( feature = "boxed_slice_try_from" , issue = "none " ) ]
834834impl < T , const N : usize > TryFrom < Box < [ T ] > > for Box < [ T ; N ] >
835835where
836836 [ T ; N ] : LengthAtMost32 ,
@@ -946,7 +946,7 @@ impl<T: ?Sized> DerefMut for Box<T> {
946946 }
947947}
948948
949- #[ unstable( feature = "receiver_trait" , issue = "0 " ) ]
949+ #[ unstable( feature = "receiver_trait" , issue = "none " ) ]
950950impl < T : ?Sized > Receiver for Box < T > { }
951951
952952#[ stable( feature = "rust1" , since = "1.0.0" ) ]
@@ -1040,7 +1040,7 @@ impl<A, F: Fn<A> + ?Sized> Fn<A> for Box<F> {
10401040#[ unstable( feature = "coerce_unsized" , issue = "27732" ) ]
10411041impl < T : ?Sized + Unsize < U > , U : ?Sized > CoerceUnsized < Box < U > > for Box < T > { }
10421042
1043- #[ unstable( feature = "dispatch_from_dyn" , issue = "0 " ) ]
1043+ #[ unstable( feature = "dispatch_from_dyn" , issue = "none " ) ]
10441044impl < T : ?Sized + Unsize < U > , U : ?Sized > DispatchFromDyn < Box < U > > for Box < T > { }
10451045
10461046#[ stable( feature = "boxed_slice_from_iter" , since = "1.32.0" ) ]
0 commit comments