mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Bump shared_from_str to Rust 1.62.0
This commit is contained in:
parent
594be707c4
commit
100006bec9
@ -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.
|
||||
///
|
||||
|
@ -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.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user