Skip to content

Commit 6763a40

Browse files
authored
Bump slice_index_with_ops_bound_pair to 1.53.0
1 parent 7efba4f commit 6763a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/slice/index.rs

+2-2
Original file line numberDiff line numberDiff 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")]
626626
unsafe impl<T> SliceIndex<[T]> for (ops::Bound<usize>, ops::Bound<usize>) {
627627
type Output = [T];
628628

0 commit comments

Comments
 (0)