From 6763a40eff7221fc23f22cdac453e2843344a357 Mon Sep 17 00:00:00 2001 From: Mara Bos Date: Wed, 21 Apr 2021 22:40:19 +0200 Subject: [PATCH] Bump slice_index_with_ops_bound_pair to 1.53.0 --- library/core/src/slice/index.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/core/src/slice/index.rs b/library/core/src/slice/index.rs index 1ef040484c344..f722430354991 100644 --- a/library/core/src/slice/index.rs +++ b/library/core/src/slice/index.rs @@ -81,7 +81,7 @@ mod private_slice_index { impl Sealed for ops::RangeInclusive {} #[stable(feature = "slice_get_slice", since = "1.28.0")] impl Sealed for ops::RangeToInclusive {} - #[stable(feature = "slice_index_with_ops_bound_pair", since = "1.51.0")] + #[stable(feature = "slice_index_with_ops_bound_pair", since = "1.53.0")] impl Sealed for (ops::Bound, ops::Bound) {} } @@ -622,7 +622,7 @@ fn into_slice_range( start..end } -#[stable(feature = "slice_index_with_ops_bound_pair", since = "1.51.0")] +#[stable(feature = "slice_index_with_ops_bound_pair", since = "1.53.0")] unsafe impl SliceIndex<[T]> for (ops::Bound, ops::Bound) { type Output = [T];