File tree 1 file changed +2
-2
lines changed
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 {
81
81
impl Sealed for ops:: RangeInclusive < usize > { }
82
82
#[ stable( feature = "slice_get_slice" , since = "1.28.0" ) ]
83
83
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" ) ]
85
85
impl Sealed for ( ops:: Bound < usize > , ops:: Bound < usize > ) { }
86
86
}
87
87
@@ -622,7 +622,7 @@ fn into_slice_range(
622
622
start..end
623
623
}
624
624
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" ) ]
626
626
unsafe impl < T > SliceIndex < [ T ] > for ( ops:: Bound < usize > , ops:: Bound < usize > ) {
627
627
type Output = [ T ] ;
628
628
You can’t perform that action at this time.
0 commit comments