We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e117c06 + 8d8554d commit 313de68Copy full SHA for 313de68
library/alloc/src/boxed.rs
@@ -815,7 +815,7 @@ impl From<Cow<'_, str>> for Box<str> {
815
816
#[stable(feature = "boxed_str_conv", since = "1.19.0")]
817
impl From<Box<str>> for Box<[u8]> {
818
- /// Converts a `Box<str>>` into a `Box<[u8]>`
+ /// Converts a `Box<str>` into a `Box<[u8]>`
819
///
820
/// This conversion does not allocate on the heap and happens in place.
821
0 commit comments