We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594be70 commit 100006bCopy full SHA for 100006b
library/alloc/src/rc.rs
@@ -1956,7 +1956,7 @@ where
1956
}
1957
1958
1959
-#[stable(feature = "shared_from_str", since = "1.61.0")]
+#[stable(feature = "shared_from_str", since = "1.62.0")]
1960
impl From<Rc<str>> for Rc<[u8]> {
1961
/// Converts a reference-counted string slice into a byte slice.
1962
///
library/alloc/src/sync.rs
@@ -2556,7 +2556,7 @@ where
2556
2557
2558
2559
2560
impl From<Arc<str>> for Arc<[u8]> {
2561
/// Converts an atomically reference-counted string slice into a byte slice.
2562
0 commit comments