diff options
| -rw-r--r-- | library/alloc/src/rc.rs | 2 | ||||
| -rw-r--r-- | library/alloc/src/sync.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/alloc/src/rc.rs b/library/alloc/src/rc.rs index 488b74d388e..edc6883573e 100644 --- a/library/alloc/src/rc.rs +++ b/library/alloc/src/rc.rs @@ -1956,7 +1956,7 @@ where } } -#[stable(feature = "shared_from_str", since = "1.61.0")] +#[stable(feature = "shared_from_str", since = "1.62.0")] impl From<Rc<str>> for Rc<[u8]> { /// Converts a reference-counted string slice into a byte slice. /// diff --git a/library/alloc/src/sync.rs b/library/alloc/src/sync.rs index a8ed31b776b..1e2caddcacb 100644 --- a/library/alloc/src/sync.rs +++ b/library/alloc/src/sync.rs @@ -2556,7 +2556,7 @@ where } } -#[stable(feature = "shared_from_str", since = "1.61.0")] +#[stable(feature = "shared_from_str", since = "1.62.0")] impl From<Arc<str>> for Arc<[u8]> { /// Converts an atomically reference-counted string slice into a byte slice. /// |
