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 @@ -81,7 +81,7 @@ mod private_slice_index {
8181 impl Sealed for ops:: RangeInclusive < usize > { }
8282 #[ stable( feature = "slice_get_slice" , since = "1.28.0" ) ]
8383 impl Sealed for ops:: RangeToInclusive < usize > { }
84- #[ stable( feature = "slice_index_with_ops_bound_pair" , since = "1.51 .0" ) ]
84+ #[ stable( feature = "slice_index_with_ops_bound_pair" , since = "1.53 .0" ) ]
8585 impl Sealed for ( ops:: Bound < usize > , ops:: Bound < usize > ) { }
8686}
8787
@@ -622,7 +622,7 @@ fn into_slice_range(
622622 start..end
623623}
624624
625- #[ stable( feature = "slice_index_with_ops_bound_pair" , since = "1.51 .0" ) ]
625+ #[ stable( feature = "slice_index_with_ops_bound_pair" , since = "1.53 .0" ) ]
626626unsafe impl < T > SliceIndex < [ T ] > for ( ops:: Bound < usize > , ops:: Bound < usize > ) {
627627 type Output = [ T ] ;
628628
You can’t perform that action at this time.
0 commit comments