diff options
Diffstat (limited to 'library/alloc/src/rc.rs')
| -rw-r--r-- | library/alloc/src/rc.rs | 2 |
1 files changed, 1 insertions, 1 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. /// |
