Bump shared_from_str to Rust 1.62.0
This commit is contained in:
parent
594be707c4
commit
100006bec9
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue